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

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

public final class OCSPURLtoConsultOption
extends java.lang.Enum

Represents an enumerator for the options to select an OCSP responder for revocation checking of a certificate.

See Also:
Serialized Form

Field Summary
static OCSPURLtoConsultOption LocalURL
          The locally configured URL.
static OCSPURLtoConsultOption UseAIAIfPresentElseLocal
          The AIA URL if present; otherwise, use the locally configured URL.
static OCSPURLtoConsultOption UseAIAInCert
          The AIA URL present in the certificate.
static OCSPURLtoConsultOption UseAIAInSignerCert
          The AIA present in the signer certificate.
 
Method Summary
static OCSPURLtoConsultOption getValueFromString(java.lang.String value)
          Creates a OCSPURLtoConsultOption object by using the specified properties file.
 java.lang.String toString()
           
static OCSPURLtoConsultOption valueOf(java.lang.String name)
           
static OCSPURLtoConsultOption[] 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

UseAIAInCert

public static final OCSPURLtoConsultOption UseAIAInCert
The AIA URL present in the certificate. An AIA URL is the url specified in the AuthorityInfoAccess extension of the certificate.


LocalURL

public static final OCSPURLtoConsultOption LocalURL
The locally configured URL.


UseAIAIfPresentElseLocal

public static final OCSPURLtoConsultOption UseAIAIfPresentElseLocal
The AIA URL if present; otherwise, use the locally configured URL.


UseAIAInSignerCert

public static final OCSPURLtoConsultOption UseAIAInSignerCert
The AIA present in the signer certificate. Valid only if signing the request.

Method Detail

values

public static OCSPURLtoConsultOption[] values()

valueOf

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

toString

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

getValueFromString

public static OCSPURLtoConsultOption getValueFromString(java.lang.String value)
Creates a OCSPURLtoConsultOption object by using the specified properties file.

Parameters:
value - The properties file.
Returns:
An OCSPURLtoConsultOption object.


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