Uses of Class
software.amazon.awssdk.crt.cal.EccKeyPair
-
Packages that use EccKeyPair Package Description software.amazon.awssdk.crt.cal -
-
Uses of EccKeyPair in software.amazon.awssdk.crt.cal
Methods in software.amazon.awssdk.crt.cal that return EccKeyPair Modifier and Type Method Description static EccKeyPair
EccKeyPair. newDeriveFromCredentials(Credentials credentials, EccKeyPair.AwsEccCurve curve)
Derives the associated ECC key from a pair of AWS credentials according to the sigv4a ecc key derivation specification.
-