protected static enum PkAuthenticator.PkAuthenticatorField extends Enum<PkAuthenticator.PkAuthenticatorField> implements EnumType
| Enum Constant and Description |
|---|
CTIME |
CUSEC |
NONCE |
PA_CHECKSUM |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static PkAuthenticator.PkAuthenticatorField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PkAuthenticator.PkAuthenticatorField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PkAuthenticator.PkAuthenticatorField CUSEC
public static final PkAuthenticator.PkAuthenticatorField CTIME
public static final PkAuthenticator.PkAuthenticatorField NONCE
public static final PkAuthenticator.PkAuthenticatorField PA_CHECKSUM
public static PkAuthenticator.PkAuthenticatorField[] values()
for (PkAuthenticator.PkAuthenticatorField c : PkAuthenticator.PkAuthenticatorField.values()) System.out.println(c);
public static PkAuthenticator.PkAuthenticatorField 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 nullCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.