public enum AuthorityInfoAccessMethodIdentifier extends Enum<AuthorityInfoAccessMethodIdentifier>
| Enum Constant and Description |
|---|
CA_ISSUERS
Location of the issuer certificate.
|
OCSP
OCSP server location URL
Access Method Name: OCSP |
| Modifier and Type | Method and Description |
|---|---|
static AuthorityInfoAccessMethodIdentifier |
fromId(String id)
Gets an AuthorityInfoAccessMethodIdentifier from an access id.
|
String |
getId()
Gets the object identifier (OID) of the access method.
|
String |
getName()
Gets the name of the access method.
|
static AuthorityInfoAccessMethodIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorityInfoAccessMethodIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorityInfoAccessMethodIdentifier OCSP
public static final AuthorityInfoAccessMethodIdentifier CA_ISSUERS
public static AuthorityInfoAccessMethodIdentifier[] values()
for (AuthorityInfoAccessMethodIdentifier c : AuthorityInfoAccessMethodIdentifier.values()) System.out.println(c);
public static AuthorityInfoAccessMethodIdentifier 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 getId()
public String getName()
public static AuthorityInfoAccessMethodIdentifier fromId(String id)
id - The id of the access method.Copyright © 2010-2016 The Direct Project. All Rights Reserved.