|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<KeyInfoType>
KeyInfoType
public enum KeyInfoType
KeyInfo content object types constant definitions.
| Enum Constant Summary | |
|---|---|
INVALID
Mismatch, unknown content or error. |
|
KeyName
String key identifier. |
|
KeyValue
Single public key. |
|
RetrievalMethod
Reference to KeyInfo information. |
|
X509Certificate
X509v3 certificate. |
|
X509CRL
X509 certificate revocation list. |
|
X509Data
An X509Data element contains one or more identifiers of keys or X509 certificates, certificates' identifiers or a revocation list. |
|
X509IssuerSerial
X509 issuer distinguished name/serial number pair. |
|
X509SKI
Plain value of a X509v3 SubjectKeyIdentifier extension. |
|
X509SubjectName
X509 subject distinguished name. |
|
| Method Summary | |
|---|---|
static KeyInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KeyInfoType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final KeyInfoType INVALID
public static final KeyInfoType KeyName
public static final KeyInfoType KeyValue
public static final KeyInfoType RetrievalMethod
public static final KeyInfoType X509Data
public static final KeyInfoType X509IssuerSerial
public static final KeyInfoType X509SKI
public static final KeyInfoType X509SubjectName
public static final KeyInfoType X509Certificate
public static final KeyInfoType X509CRL
| Method Detail |
|---|
public static KeyInfoType[] values()
for (KeyInfoType c : KeyInfoType.values()) System.out.println(c);
public static KeyInfoType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||