@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum KeyUsage extends Enum<KeyUsage>
Modifier and Type | Method and Description |
---|---|
static KeyUsage |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static KeyUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyUsage TR31_B0_BASE_DERIVATION_KEY
public static final KeyUsage TR31_C0_CARD_VERIFICATION_KEY
public static final KeyUsage TR31_D0_SYMMETRIC_DATA_ENCRYPTION_KEY
public static final KeyUsage TR31_D1_ASYMMETRIC_KEY_FOR_DATA_ENCRYPTION
public static final KeyUsage TR31_E0_EMV_MKEY_APP_CRYPTOGRAMS
public static final KeyUsage TR31_E1_EMV_MKEY_CONFIDENTIALITY
public static final KeyUsage TR31_E2_EMV_MKEY_INTEGRITY
public static final KeyUsage TR31_E4_EMV_MKEY_DYNAMIC_NUMBERS
public static final KeyUsage TR31_E5_EMV_MKEY_CARD_PERSONALIZATION
public static final KeyUsage TR31_E6_EMV_MKEY_OTHER
public static final KeyUsage TR31_K0_KEY_ENCRYPTION_KEY
public static final KeyUsage TR31_K1_KEY_BLOCK_PROTECTION_KEY
public static final KeyUsage TR31_K3_ASYMMETRIC_KEY_FOR_KEY_AGREEMENT
public static final KeyUsage TR31_M3_ISO_9797_3_MAC_KEY
public static final KeyUsage TR31_M6_ISO_9797_5_CMAC_KEY
public static final KeyUsage TR31_M7_HMAC_KEY
public static final KeyUsage TR31_P0_PIN_ENCRYPTION_KEY
public static final KeyUsage TR31_P1_PIN_GENERATION_KEY
public static final KeyUsage TR31_S0_ASYMMETRIC_KEY_FOR_DIGITAL_SIGNATURE
public static final KeyUsage TR31_V1_IBM3624_PIN_VERIFICATION_KEY
public static final KeyUsage TR31_V2_VISA_PIN_VERIFICATION_KEY
public static final KeyUsage TR31_K2_TR34_ASYMMETRIC_KEY
public static KeyUsage[] values()
for (KeyUsage c : KeyUsage.values()) System.out.println(c);
public static KeyUsage 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 static KeyUsage fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.