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

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

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

Represents basic signature properties associated with a signed or certified PDF signature field. These properties are set when a PDF document is signed or certified. This class was added in LiveCycle ES2.

See Also:
Serialized Form

Constructor Summary
SignatureProperties()
           
 
Method Summary
 java.lang.String getContactInfo()
          Returns contact information that is associated with the signature.
 java.lang.String getLegalAttestations()
          Returns legal attestations that are associated with the signature.
 java.lang.String getLocation()
          Returns the location where the PDF document was signed.
 java.lang.String getReason()
          Returns the reason why the PDF document was signed.
 int getRevisionNumber()
          Returns the revision number that is associated with the signature.
 java.lang.String getSignerName()
          Returns the name of the signer.
 java.util.Date getSigningDate()
          Returns the date on which the PDF document was signed.
 Timestamp getTimestamp()
          Returns time stamp information that is associated with the signature.
 int getTotalRevisions()
          Returns the total revisions that are associated with the signature.
 void setContactInfo(java.lang.String contactInfo)
          Sets contact information that is associated with the signature.
 void setLegalAttestations(java.lang.String legalAttestations)
          Sets legal attestations that are associated with the signature.
 void setLocation(java.lang.String location)
          Sets the location where the PDF document was signed.
 void setReason(java.lang.String reason)
          Sets the reason why the PDF document was signed.
 void setRevisionNumber(int revisionNumber)
          Sets the revision number that is associated with the signature.
 void setSignerName(java.lang.String signerName)
          Sets the name of the signer.
 void setSigningDate(java.util.Date signingDate)
          Sets the date on which the PDF document was signed.
 void setTimestamp(Timestamp timestamp)
          Sets time stamp information that is associated with the signature.
 void setTotalRevisions(int totalRevisions)
          Sets the total revisions that are associated with the signature.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureProperties

public SignatureProperties()
Method Detail

getSigningDate

public java.util.Date getSigningDate()
Returns the date on which the PDF document was signed.

Returns:
A java.util.Date object that represents the signing date.

setSigningDate

public void setSigningDate(java.util.Date signingDate)
Sets the date on which the PDF document was signed.

Parameters:
signingDate - A java.util.Date object that represents the signing date.

getReason

public java.lang.String getReason()
Returns the reason why the PDF document was signed.

Returns:
A string value that specifies the reason why the PDF document was signed.

setReason

public void setReason(java.lang.String reason)
Sets the reason why the PDF document was signed.

Parameters:
reason - A string value that specifies the reason why the PDF document was signed.

getLocation

public java.lang.String getLocation()
Returns the location where the PDF document was signed.

Returns:
A string value that specifies the location where the PDF document was signed.

setLocation

public void setLocation(java.lang.String location)
Sets the location where the PDF document was signed.

Parameters:
location - A string value that specifies the location where the PDF document was signed.

getContactInfo

public java.lang.String getContactInfo()
Returns contact information that is associated with the signature.

Returns:
A string value that specifies contact information that is associated with the signature.

setContactInfo

public void setContactInfo(java.lang.String contactInfo)
Sets contact information that is associated with the signature.

Parameters:
contactInfo - A string value that specifies contact information that is associated with the signature.

getLegalAttestations

public java.lang.String getLegalAttestations()
Returns legal attestations that are associated with the signature. For information about legal attestations, see section "8.7.4 Legal Content Attestations" in the PDF Reference guide.

Returns:
A string value that specifies legal attestations that are associated with the signature.

setLegalAttestations

public void setLegalAttestations(java.lang.String legalAttestations)
Sets legal attestations that are associated with the signature. For information about legal attestations, see section "8.7.4 Legal Content Attestations" in the PDF Reference guide.

Parameters:
legalAttestations - A string value that specifies legal attestations that are associated with the signature.

getRevisionNumber

public int getRevisionNumber()
Returns the revision number that is associated with the signature.

Returns:
An integer value that specifies the revision number that is associated with the signature.

setRevisionNumber

public void setRevisionNumber(int revisionNumber)
Sets the revision number that is associated with the signature.

Parameters:
revisionNumber - An integer value that specifies the revision number that is associated with the signature.

getTotalRevisions

public int getTotalRevisions()
Returns the total revisions that are associated with the signature.

Returns:
An integer value that specifies the total revisions that are associated with the signature.

setTotalRevisions

public void setTotalRevisions(int totalRevisions)
Sets the total revisions that are associated with the signature.

Parameters:
totalRevisions - An integer value that specifies the total revisions that are associated with the signature.

getTimestamp

public Timestamp getTimestamp()
Returns time stamp information that is associated with the signature. A time stamp indicates that specific data was established before a certain time. This knowledge helps build a trusting relationship between the signer and verifier.

Returns:
A Timestamp enumeration value that specifies time stamp information.

setTimestamp

public void setTimestamp(Timestamp timestamp)
Sets time stamp information that is associated with the signature. A time stamp indicates that specific data was established before a certain time. This knowledge helps build a trusting relationship between the signer and verifier.


getSignerName

public java.lang.String getSignerName()
Returns the name of the signer.

Returns:
A string value that specifies the name of the signer.

setSignerName

public void setSignerName(java.lang.String signerName)
Sets the name of the signer.

Parameters:
signerName - A string value that specifies the name of the signer.


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