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

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

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

Contains the validity content of a signed or certified signature field. An object of this type is returned by the SignatureServiceClient object's verify2 method. To see this type used in a code example, see the Verifying a digital signature using the Java API quick start in Programming with LiveCycle ES.

This class was added in LiveCycle ES 9.0.

See Also:
Serialized Form

Constructor Summary
PDFSignatureVerificationInfo()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of a signed or certified PDF document.
 java.lang.String getFieldName()
          Returns the name of the signed or certified signature field.
 SignatureProperties getSignatureProps()
          Returns properties that belong to a signature used to sign or certify a signature field.
 SignatureType getSignatureType()
          Returns the type of signature used to sign or certify the signature field.
 IdentityInformation getSigner()
          Returns the identfier of the signature.
 SignatureStatus getStatus()
          Returns the status of a signed signature field.
 void setDescription(java.lang.String description)
          Sets the description of a signed or certified PDF document.
 void setFieldName(java.lang.String fieldName)
          Sets the name of the signed or certified signature field.
 void setSignatureProps(SignatureProperties signatureProps)
          Sets properties that belong to a signature used to sign or certify a signature field.
 void setSignatureType(SignatureType signatureType)
          Sets the type of signature used to sign or certify the signature field.
 void setSigner(IdentityInformation signer)
          Sets the identfier of the signature.
 void setStatus(SignatureStatus signatureStatus)
          Sets the status of a signed or certified signature field.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFSignatureVerificationInfo

public PDFSignatureVerificationInfo()
Method Detail

getFieldName

public java.lang.String getFieldName()
Returns the name of the signed or certified signature field.

Returns:
A string value that specifies the signature field name.

setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the name of the signed or certified signature field.

Parameters:
fieldName - A string value that specifies the signature field name.

getStatus

public SignatureStatus getStatus()
Returns the status of a signed signature field.

Returns:
A SignatureStatus object that specifies the status of a signed or certified signature field.

setStatus

public void setStatus(SignatureStatus signatureStatus)
Sets the status of a signed or certified signature field.

Parameters:
signatureStatus - A SignatureStatus object that specifies the status of a signed or certified signature field.

getSignatureType

public SignatureType getSignatureType()
Returns the type of signature used to sign or certify the signature field.

Returns:
A SignatureType object that specifies the signature type.

setSignatureType

public void setSignatureType(SignatureType signatureType)
Sets the type of signature used to sign or certify the signature field.

Parameters:
signatureType - A SignatureType object that specifies the signature type.

getSignatureProps

public SignatureProperties getSignatureProps()
Returns properties that belong to a signature used to sign or certify a signature field.

Returns:
A SignatureProperties object that contains signature properties.

setSignatureProps

public void setSignatureProps(SignatureProperties signatureProps)
Sets properties that belong to a signature used to sign or certify a signature field.

Parameters:
signatureProps - A SignatureProperties object that contains signature properties.

getSigner

public IdentityInformation getSigner()
Returns the identfier of the signature.

Returns:
An IdentityInformation object that specifies the identfier of the signature.

setSigner

public void setSigner(IdentityInformation signer)
Sets the identfier of the signature.

Parameters:
signer - An IdentityInformation object that specifies the identfier of the signature.

getDescription

public java.lang.String getDescription()
Returns the description of a signed or certified PDF document.

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

setDescription

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

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


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