public static enum DUKPT.KeyUsage extends java.lang.Enum<DUKPT.KeyUsage>
Modifier and Type | Method and Description |
---|---|
static DUKPT.KeyUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DUKPT.KeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DUKPT.KeyUsage KeyEncryptionKey
public static final DUKPT.KeyUsage PINEncryption
public static final DUKPT.KeyUsage MessageAuthenticationGeneration
public static final DUKPT.KeyUsage MessageAuthenticationVerification
public static final DUKPT.KeyUsage MessageAuthenticationBothWays
public static final DUKPT.KeyUsage DataEncryptionEncrypt
public static final DUKPT.KeyUsage DataEncryptionDecrypt
public static final DUKPT.KeyUsage DataEncryptionBothWays
public static final DUKPT.KeyUsage KeyDerivation
public static final DUKPT.KeyUsage KeyDerivationInitialKey
public static DUKPT.KeyUsage[] values()
for (DUKPT.KeyUsage c : DUKPT.KeyUsage.values()) System.out.println(c);
public static DUKPT.KeyUsage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null