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

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

public final class IdentityStatus
extends java.lang.Enum

Represents the identify status of the signer. When verifying a digital signature, an enumeration value of this type is returned. For information, see the Verifying a digital signature using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static IdentityStatus NOTTRUSTED
          This signer is not trusted or is invalid.
static IdentityStatus TRUSTED
          This signer is trusted.
static IdentityStatus UNKNOWN
          This signer is unknown because the signer verification could not be performed.
 
Method Summary
static IdentityStatus getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
           
static IdentityStatus valueOf(java.lang.String name)
           
static IdentityStatus[] 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

UNKNOWN

public static final IdentityStatus UNKNOWN
This signer is unknown because the signer verification could not be performed.


TRUSTED

public static final IdentityStatus TRUSTED
This signer is trusted.


NOTTRUSTED

public static final IdentityStatus NOTTRUSTED
This signer is not trusted or is invalid.

Method Detail

values

public static IdentityStatus[] values()

valueOf

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

toString

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

getValueFromString

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



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