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

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

Deprecated.

@Deprecated
public final class PDFSignatureStatus
extends java.lang.Enum

Provides information about the status of the signature that is used to sign a PDF document.

See Also:
Serialized Form

Field Summary
static PDFSignatureStatus INVALID
          Deprecated. Signature Invalid - The revision of the document that is covered by the signature has been altered.
static PDFSignatureStatus UNKNOWN
          Deprecated. Status Unknown - Signature validation on the signed contents not performed.
static PDFSignatureStatus VALIDANDMODIFIED
          Deprecated. Signature Valid but document modified - The revision of the document that is covered by the signature has not been altered; however, there have been subsequent changes to the document.
static PDFSignatureStatus VALIDANDUNMODIFIED
          Deprecated. Signature Valid and document unmodified - The revision of the document that is covered by the signature has not been altered, and there have been no subsequent changes to the document.
 
Method Summary
static PDFSignatureStatus getValueFromString(java.lang.String id)
          Deprecated. For internal use only.
 java.lang.String toString()
          Deprecated. Returns this type as a string.
static PDFSignatureStatus valueOf(java.lang.String name)
          Deprecated.  
static PDFSignatureStatus[] values()
          Deprecated.  
 
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 PDFSignatureStatus UNKNOWN
Deprecated. 
Status Unknown - Signature validation on the signed contents not performed.


INVALID

public static final PDFSignatureStatus INVALID
Deprecated. 
Signature Invalid - The revision of the document that is covered by the signature has been altered.


VALIDANDMODIFIED

public static final PDFSignatureStatus VALIDANDMODIFIED
Deprecated. 
Signature Valid but document modified - The revision of the document that is covered by the signature has not been altered; however, there have been subsequent changes to the document.


VALIDANDUNMODIFIED

public static final PDFSignatureStatus VALIDANDUNMODIFIED
Deprecated. 
Signature Valid and document unmodified - The revision of the document that is covered by the signature has not been altered, and there have been no subsequent changes to the document.

Method Detail

values

public static PDFSignatureStatus[] values()
Deprecated. 

valueOf

public static PDFSignatureStatus valueOf(java.lang.String name)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Returns this type as a string.

Overrides:
toString in class java.lang.Enum
Returns:
A string value that represents this object.
See Also:
Object.toString()

getValueFromString

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



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