public static enum CredentialBodyParser.State extends Enum<CredentialBodyParser.State>
Enum Constant and Description |
---|
CERTIFICATE |
CERTIFICATE_BYTES |
CERTIFICATE_LENGTH |
CERTIFICATE_LENGTH_BYTES |
PROOF |
PROOF_BYTES |
PROOF_LENGTH |
PROOF_LENGTH_BYTES |
SLOT |
SLOT_BYTES |
Modifier and Type | Method and Description |
---|---|
static CredentialBodyParser.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialBodyParser.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialBodyParser.State SLOT
public static final CredentialBodyParser.State SLOT_BYTES
public static final CredentialBodyParser.State PROOF_LENGTH
public static final CredentialBodyParser.State PROOF_LENGTH_BYTES
public static final CredentialBodyParser.State PROOF
public static final CredentialBodyParser.State PROOF_BYTES
public static final CredentialBodyParser.State CERTIFICATE_LENGTH
public static final CredentialBodyParser.State CERTIFICATE_LENGTH_BYTES
public static final CredentialBodyParser.State CERTIFICATE
public static final CredentialBodyParser.State CERTIFICATE_BYTES
public static CredentialBodyParser.State[] values()
for (CredentialBodyParser.State c : CredentialBodyParser.State.values()) System.out.println(c);
public static CredentialBodyParser.State 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 © 1995-2015 Webtide. All Rights Reserved.