public static enum ExternalAuthenticateAPDUGP211.SecurityLevel extends java.lang.Enum<ExternalAuthenticateAPDUGP211.SecurityLevel>
| Enum Constant and Description |
|---|
CDEC_CMAC |
CDEC_CMAC_RMAC |
CMAC |
CMAC_RMAC |
RMAC |
SECURE_MSG_NONE |
| Modifier and Type | Method and Description |
|---|---|
static ExternalAuthenticateAPDUGP211.SecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalAuthenticateAPDUGP211.SecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalAuthenticateAPDUGP211.SecurityLevel SECURE_MSG_NONE
public static final ExternalAuthenticateAPDUGP211.SecurityLevel CMAC
public static final ExternalAuthenticateAPDUGP211.SecurityLevel CDEC_CMAC
public static final ExternalAuthenticateAPDUGP211.SecurityLevel RMAC
public static final ExternalAuthenticateAPDUGP211.SecurityLevel CMAC_RMAC
public static final ExternalAuthenticateAPDUGP211.SecurityLevel CDEC_CMAC_RMAC
public static ExternalAuthenticateAPDUGP211.SecurityLevel[] values()
for (ExternalAuthenticateAPDUGP211.SecurityLevel c : ExternalAuthenticateAPDUGP211.SecurityLevel.values()) System.out.println(c);
public static ExternalAuthenticateAPDUGP211.SecurityLevel 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