public enum CertGenerationRequestStatesEnum extends Enum<CertGenerationRequestStatesEnum> implements org.apache.directory.api.asn1.ber.grammar.States
| Enum Constant and Description |
|---|
CERT_GENERATION_REQUEST_SEQUENCE_STATE
sequence
|
END_STATE
The END_STATE
|
ISSUER_STATE
the issuer Dn
|
KEY_ALGORITHM_STATE
the key algorithm
|
LAST_CERT_GENERATION_STATE
terminal state
|
START_STATE
start state
|
SUBJECT_STATE
the subject Dn
|
TARGETDN_STATE
the target Dn
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGrammarName()
Get the grammar name
|
CertGenerationRequestStatesEnum |
getStartState() |
String |
getState(int state)
Get the string representing the state
|
boolean |
isEndState() |
static CertGenerationRequestStatesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertGenerationRequestStatesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertGenerationRequestStatesEnum END_STATE
public static final CertGenerationRequestStatesEnum START_STATE
public static final CertGenerationRequestStatesEnum CERT_GENERATION_REQUEST_SEQUENCE_STATE
public static final CertGenerationRequestStatesEnum TARGETDN_STATE
public static final CertGenerationRequestStatesEnum ISSUER_STATE
public static final CertGenerationRequestStatesEnum SUBJECT_STATE
public static final CertGenerationRequestStatesEnum KEY_ALGORITHM_STATE
public static final CertGenerationRequestStatesEnum LAST_CERT_GENERATION_STATE
public static CertGenerationRequestStatesEnum[] values()
for (CertGenerationRequestStatesEnum c : CertGenerationRequestStatesEnum.values()) System.out.println(c);
public static CertGenerationRequestStatesEnum 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 String getGrammarName()
public String getState(int state)
state - The state numberpublic boolean isEndState()
isEndState in interface org.apache.directory.api.asn1.ber.grammar.Statespublic CertGenerationRequestStatesEnum getStartState()
getStartState in interface org.apache.directory.api.asn1.ber.grammar.StatesCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.