Uses of Enum
software.amazon.awssdk.crt.cal.EccKeyPair.AwsEccCurve
Packages that use EccKeyPair.AwsEccCurve
-
Uses of EccKeyPair.AwsEccCurve in software.amazon.awssdk.crt.cal
Methods in software.amazon.awssdk.crt.cal that return EccKeyPair.AwsEccCurveModifier and TypeMethodDescriptionstatic EccKeyPair.AwsEccCurveEccKeyPair.AwsEccCurve.getEnumValueFromInteger(int value) Creates a Java enum value from a native enum value as an integerstatic EccKeyPair.AwsEccCurveReturns 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.AwsEccCurveModifier and TypeMethodDescriptionstatic EccKeyPairEccKeyPair.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.