com.adobe.livecycle.signatures.pki.client.types.common
Class RevocationCheckOrder

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.signatures.pki.client.types.common.RevocationCheckOrder
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class RevocationCheckOrder
extends java.lang.Enum

Specifies the order in which revocation checking is performed.

See Also:
Serialized Form

Field Summary
static RevocationCheckOrder CRLFirst
          The CRL revocation information is checked first.
static RevocationCheckOrder OCSPFirst
          The OCSP revocation information is checked first.
 
Method Summary
static RevocationCheckOrder getValueFromString(java.lang.String value)
          Returns a RevocationCheckOrder object that is based on the specified string value.
 java.lang.String toString()
           
static RevocationCheckOrder valueOf(java.lang.String name)
           
static RevocationCheckOrder[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OCSPFirst

public static final RevocationCheckOrder OCSPFirst
The OCSP revocation information is checked first. This value is the default value.


CRLFirst

public static final RevocationCheckOrder CRLFirst
The CRL revocation information is checked first.

Method Detail

values

public static RevocationCheckOrder[] values()

valueOf

public static RevocationCheckOrder valueOf(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum

getValueFromString

public static RevocationCheckOrder getValueFromString(java.lang.String value)
Returns a RevocationCheckOrder object that is based on the specified string value.

Parameters:
value - A string value that specifies the order in which revocation checking is performed.
Returns:
A RevocationCheckOrder object that is based on the specified string value.


[an error occurred while processing this directive] [an error occurred while processing this directive]