Uses of Class
software.amazon.awssdk.crt.cal.EccKeyPair.AwsEccCurve
-
Packages that use EccKeyPair.AwsEccCurve Package Description software.amazon.awssdk.crt.cal -
-
Uses of EccKeyPair.AwsEccCurve in software.amazon.awssdk.crt.cal
Methods in software.amazon.awssdk.crt.cal that return EccKeyPair.AwsEccCurve Modifier and Type Method Description static EccKeyPair.AwsEccCurve
EccKeyPair.AwsEccCurve. getEnumValueFromInteger(int value)
Creates a Java enum value from a native enum value as an integerstatic EccKeyPair.AwsEccCurve
EccKeyPair.AwsEccCurve. valueOf(String name)
Returns the enum constant of this type with the specified name.static EccKeyPair.AwsEccCurve[]
EccKeyPair.AwsEccCurve. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.cal with parameters of type EccKeyPair.AwsEccCurve 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.
-