|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AccessMethod>
edu.vt.middleware.crypt.x509.types.AccessMethod
public enum AccessMethod
Enumeration of supported OIDs for the accessMethod field of the
AccessDescription type described in section 4.2.2.1 of RFC 2459.
| Enum Constant Summary | |
|---|---|
CAIssuers
CA Issuers access method. |
|
OCSP
Online Certificate Status Protocol. |
|
| Method Summary | |
|---|---|
static AccessMethod |
getByOid(String oid)
Gets an access method by its OID. |
String |
getOid()
|
static AccessMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccessMethod CAIssuers
public static final AccessMethod OCSP
| Method Detail |
|---|
public static AccessMethod[] values()
for (AccessMethod c : AccessMethod.values()) System.out.println(c);
public static AccessMethod 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 nullpublic String getOid()
public static AccessMethod getByOid(String oid)
oid - OID of access method to retrieve.
IllegalArgumentException - If there is no access method with the
given OID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||