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

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.types.PDFDocumentVerificationInfo
All Implemented Interfaces:
java.io.Serializable

public class PDFDocumentVerificationInfo
extends java.lang.Object
implements java.io.Serializable

Represents the validation information of all signatures located in a PDF document and its overall status. This class was added in LiveCycle ES2.

See Also:
Serialized Form

Constructor Summary
PDFDocumentVerificationInfo()
           
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description of the signed PDF document.
 PDFDocumentVerificationStatus getStatus()
          Retrieves the status of the signed PDF document.
 java.util.List getVerificationInfos()
          Returns a list of PDFSignatureVerificationInfo objects that provide information about signatures in a PDF document.
 void setDescription(java.lang.String description)
          Sets the description of the signed PDF document.
 void setStatus(PDFDocumentVerificationStatus status)
          Sets the status of the signed PDF document.
 void setVerificationInfos(java.util.List verificationInfos)
          Sets a list of PDFSignatureVerificationInfo objects that provide information about signatures in a PDF document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDocumentVerificationInfo

public PDFDocumentVerificationInfo()
Method Detail

getStatus

public PDFDocumentVerificationStatus getStatus()
Retrieves the status of the signed PDF document.

Returns:
An integer value that specifies the status.

setStatus

public void setStatus(PDFDocumentVerificationStatus status)
Sets the status of the signed PDF document.

Parameters:
status - An integer value that specifies the status.

getDescription

public java.lang.String getDescription()
Retrieves the description of the signed PDF document.

Returns:
A string value that specifies the description of the signed PDF document.

setDescription

public void setDescription(java.lang.String description)
Sets the description of the signed PDF document.

Parameters:
description - A string value that specifies the description of the signed PDF document.

getVerificationInfos

public java.util.List getVerificationInfos()
Returns a list of PDFSignatureVerificationInfo objects that provide information about signatures in a PDF document.

Returns:
A java.util.List object where each element contains a PDFSignatureVerificationInfo object.

setVerificationInfos

public void setVerificationInfos(java.util.List verificationInfos)
Sets a list of PDFSignatureVerificationInfo objects that provide information about signatures in a PDF document.

Parameters:
verificationInfos - A java.util.List object where each element contains a PDFSignatureVerificationInfo object.


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