public static enum EccKeyPair.AwsEccCurve extends Enum<EccKeyPair.AwsEccCurve>
| Enum Constant and Description |
|---|
AWS_ECDSA_P256 |
AWS_ECDSA_P384 |
| Modifier and Type | Method and Description |
|---|---|
static EccKeyPair.AwsEccCurve |
getEnumValueFromInteger(int value) |
int |
getNativeValue() |
static EccKeyPair.AwsEccCurve |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EccKeyPair.AwsEccCurve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EccKeyPair.AwsEccCurve AWS_ECDSA_P256
public static final EccKeyPair.AwsEccCurve AWS_ECDSA_P384
public static EccKeyPair.AwsEccCurve[] values()
for (EccKeyPair.AwsEccCurve c : EccKeyPair.AwsEccCurve.values()) System.out.println(c);
public static EccKeyPair.AwsEccCurve valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getNativeValue()
public static EccKeyPair.AwsEccCurve getEnumValueFromInteger(int value)
Copyright © 2021. All rights reserved.