com.adobe.livecycle.signatures.client.types
Class VerificationTime

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

public final class VerificationTime
extends java.lang.Enum

Enumeration values for various verification time settings.

See Also:
Serialized Form

Field Summary
static VerificationTime CURRENT_TIME
          Current time is the time at which the verification operation is being carried out.
static VerificationTime SECURE_TIME_ELSE_CURRENT_TIME
          Secure time is the time specified by a trusted time-stamping authority.
static VerificationTime SIGNING_TIME
          Signing time is the time at which the signature was applied as given by the signer's computer.
 
Method Summary
static VerificationTime getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
           
static VerificationTime valueOf(java.lang.String name)
           
static VerificationTime[] 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

SIGNING_TIME

public static final VerificationTime SIGNING_TIME
Signing time is the time at which the signature was applied as given by the signer's computer.


CURRENT_TIME

public static final VerificationTime CURRENT_TIME
Current time is the time at which the verification operation is being carried out.


SECURE_TIME_ELSE_CURRENT_TIME

public static final VerificationTime SECURE_TIME_ELSE_CURRENT_TIME
Secure time is the time specified by a trusted time-stamping authority. If the certificate contains secure time, it will be used or the current time will used. If the validation status is unknown with a trusted timestamp, the validation is checked with the current time. This is the default value.

Method Detail

values

public static VerificationTime[] values()

valueOf

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

toString

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

getValueFromString

public static VerificationTime getValueFromString(java.lang.String id)
For internal use only.



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