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

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

Deprecated.

@Deprecated
public class PDFSignatureVerificationResult
extends Object
implements Serializable

The class provides information about a signature that is used to sign a PDF document. A PDFSignatureVerificationResult object is returned by the SignatureServiceClient object's verify method.

See Also:
Serialized Form

Constructor Summary
PDFSignatureVerificationResult()
          Deprecated.  
 
Method Summary
 SignerCertificatePath[] getCertPaths()
          Deprecated. Returns an array of SignerCertificatePath objects.
 String getContactInfo()
          Deprecated. Returns contact information of the signer.
 Date getDateSigned()
          Deprecated. Returns a java.util.Date object that represents the date on which the PDF document was signed.
 String getLegalAttestations()
          Deprecated. Returns the legal attestations that are associated with the signature.
 String getLocation()
          Deprecated. Returns the location of the signer.
 long getNumRevisions()
          Deprecated. Returns the number of revisions.
 PDFSignaturePermissions getPermissions()
          Deprecated. Returns a PDFSignaturePermissions object that specifies the actions that can be performed without invalidating the signature.
 ArrayList getPolicyQualifierList()
          Deprecated. Returns a policy qualifier list.
 String getReason()
          Deprecated. Returns the reason why the PDF document was signed.
 int getRevision()
          Deprecated. Returns the revision of the signature.
 PDFSignatureStatus getSignatureStatus()
          Deprecated. Returns a PDFSignatureStatus object that specifies the status of the signature.
 String getSignerName()
          Deprecated. Returns the name of the signer.
 IdentityStatus getSignerStatus()
          Deprecated. Returns a IdentityStatus object that specifies the status of the signer.
 byte[] getTimestamp()
          Deprecated. Returns a byte array that contains time stamping information.
 String getTSAInfo()
          Deprecated. Returns time stamping information associated with the signature.
 IdentityStatus getTSAStatus()
          Deprecated. Returns an IdentityStatus object that represents the timestamp authority validation status.
 boolean isSigningDateTimestamped()
          Deprecated. Specifies whether the signature is date-stamped.
 void setCertPaths(SignerCertificatePath[] certPaths)
          Deprecated. Sets an array of SignerCertificatePath objects.
 void setContactInfo(String contact_Info)
          Deprecated. Sets the signers contact information.
 void setDateSigned(Date dateSigned)
          Deprecated. Sets the date on which the PDF document was signed.
 void setLegalAttestations(String legalAttestations)
          Deprecated. Sets the legal attestations that are associated with the signature.
 void setLocation(String location)
          Deprecated. Sets the location of the signer.
 void setNumRevisions(long numRevisions)
          Deprecated. Sets the number of revisions.
 void setPermissions(PDFSignaturePermissions permissions)
          Deprecated. Sets the actions that can be performed without invalidating the signature.
 void setPolicyQualifierList(ArrayList policyQualifierList)
          Deprecated. Sets a policy qualifier list.
 void setReason(String reason)
          Deprecated. Sets the reason why the PDF document was signed.
 void setRevision(int revision)
          Deprecated. Sets the revision of the signature.
 void setSignatureStatus(PDFSignatureStatus status)
          Deprecated. Sets a PDFSignatureStatus object that specifies the status of the signature.
 void setSignerName(String signerName)
          Deprecated. Sets the name of the signer.
 void setSignerStatus(IdentityStatus signerStatus)
          Deprecated. Sets a IdentityStatus object that specifies the status of the signer.
 void setSigningDateTimestamped(boolean isSigningDateTimestamped)
          Deprecated. Sets whether the signature is date-stamped.
 void setTimestamp(byte[] timestamp)
          Deprecated. Sets a byte array that contains time stamping information.
 void setTSAInfo(String info)
          Deprecated. Sets time stamping information associated with the signature.
 void setTSAStatus(IdentityStatus tsaStatus)
          Deprecated. Sets the timestamp authority validation status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFSignatureVerificationResult

public PDFSignatureVerificationResult()
Deprecated. 
Method Detail

getContactInfo

public String getContactInfo()
Deprecated. 
Returns contact information of the signer.

Returns:
Contact information of the signer.

setContactInfo

public void setContactInfo(String contact_Info)
Deprecated. 
Sets the signers contact information.

Parameters:
contact_Info - The signers contact information.

getDateSigned

public Date getDateSigned()
Deprecated. 
Returns a java.util.Date object that represents the date on which the PDF document was signed.

Returns:
A java.util.Date object that represents the date on which the PDF document was signed.

setDateSigned

public void setDateSigned(Date dateSigned)
Deprecated. 
Sets the date on which the PDF document was signed.

Parameters:
dateSigned - A java.util.Date object that represents the date on which the PDF document was signed.

isSigningDateTimestamped

public boolean isSigningDateTimestamped()
Deprecated. 
Specifies whether the signature is date-stamped.

Returns:
A Boolean value that specifies whether the signature is date-stamped.

setSigningDateTimestamped

public void setSigningDateTimestamped(boolean isSigningDateTimestamped)
Deprecated. 
Sets whether the signature is date-stamped.

Parameters:
isSigningDateTimestamped - A Boolean value that specifies whether the signature is date-stamped.

getTSAStatus

public IdentityStatus getTSAStatus()
Deprecated. 
Returns an IdentityStatus object that represents the timestamp authority validation status. A time stamp specifies that specific data was established before a certain trusted time and it contributes towards the process of building a trust relationship between the signer and verifier.

Returns:
An IdentityStatus object that represents the timestamp authority validation status.

setTSAStatus

public void setTSAStatus(IdentityStatus tsaStatus)
Deprecated. 
Sets the timestamp authority validation status.

Parameters:
tsaStatus - An IdentityStatus object that represents the timestamp authority validation status.

getLegalAttestations

public String getLegalAttestations()
Deprecated. 
Returns the legal attestations that are associated with the signature. When a document is certified, it is automatically scanned for specific types of content that could potentially make the visible contents of a document ambiguous or misleading. For example, an annotation could obscure some text on a page that is important for understanding what is being certified. The scanning process generates warnings indicating the presence of these types of content. This value provides an additional explanation of the content that may generated warnings.

Returns:
The legal attestations that are associated with the signature.

setLegalAttestations

public void setLegalAttestations(String legalAttestations)
Deprecated. 
Sets the legal attestations that are associated with the signature. When a document is certified, it is automatically scanned for specific types of content that could potentially make the visible contents of a document ambiguous or misleading. For example, an annotation could obscure some text on a page that is important for understanding what is being certified. The scanning process generates warnings indicating the presence of these types of content. This value provides an additional explanation of the content that may generate warnings.

Parameters:
legalAttestations - The legal attestations that are associated with the signature.

getLocation

public String getLocation()
Deprecated. 
Returns the location of the signer.

Returns:
The location of the signer.

setLocation

public void setLocation(String location)
Deprecated. 
Sets the location of the signer.

Parameters:
location - The location of the signer.

getNumRevisions

public long getNumRevisions()
Deprecated. 
Returns the number of revisions.

Returns:
The number of revisions.

setNumRevisions

public void setNumRevisions(long numRevisions)
Deprecated. 
Sets the number of revisions.

Parameters:
numRevisions - The number of revisions to set.

getPermissions

public PDFSignaturePermissions getPermissions()
Deprecated. 
Returns a PDFSignaturePermissions object that specifies the actions that can be performed without invalidating the signature.

Returns:
A PDFSignaturePermissions object that specifies the actions that can be performed without invalidating the signature.

setPermissions

public void setPermissions(PDFSignaturePermissions permissions)
Deprecated. 
Sets the actions that can be performed without invalidating the signature.

Parameters:
permissions - A PDFSignaturePermissions object that specifies the actions that can be performed without invalidating the signature.

getReason

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

Returns:
The reason why the PDF document was signed.

setReason

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

Parameters:
reason - The reason why the PDF document was signed.

getRevision

public int getRevision()
Deprecated. 
Returns the revision of the signature.

Returns:
The revision of the signature.

setRevision

public void setRevision(int revision)
Deprecated. 
Sets the revision of the signature.

Parameters:
revision - The revision of the signature.

getSignerName

public String getSignerName()
Deprecated. 
Returns the name of the signer.

Returns:
The name of the signer.

setSignerName

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

Parameters:
signerName - The name of the signer to set.

getSignatureStatus

public PDFSignatureStatus getSignatureStatus()
Deprecated. 
Returns a PDFSignatureStatus object that specifies the status of the signature.

Returns:
A PDFSignatureStatus object that specifies the status of the signature.

setSignatureStatus

public void setSignatureStatus(PDFSignatureStatus status)
Deprecated. 
Sets a PDFSignatureStatus object that specifies the status of the signature.

Parameters:
status - A PDFSignatureStatus object that specifies the status of the signature.

getTSAInfo

public String getTSAInfo()
Deprecated. 
Returns time stamping information associated with the signature.

Returns:
Time stamping information associated with the signature.

setTSAInfo

public void setTSAInfo(String info)
Deprecated. 
Sets time stamping information associated with the signature.

Parameters:
info - Time stamping information to set.

getSignerStatus

public IdentityStatus getSignerStatus()
Deprecated. 
Returns a IdentityStatus object that specifies the status of the signer.

Returns:
An IdentityStatus object that specifies the status of the signer.

setSignerStatus

public void setSignerStatus(IdentityStatus signerStatus)
Deprecated. 
Sets a IdentityStatus object that specifies the status of the signer.

Parameters:
signerStatus - An IdentityStatus object that specifies the status of the signer.

getPolicyQualifierList

public ArrayList getPolicyQualifierList()
Deprecated. 
Returns a policy qualifier list.

Returns:
A policy qualifier list as an ArrayList object.

setPolicyQualifierList

public void setPolicyQualifierList(ArrayList policyQualifierList)
Deprecated. 
Sets a policy qualifier list.

Parameters:
policyQualifierList - An ArrayList object that represents the policy qualifier list to set.

getCertPaths

public SignerCertificatePath[] getCertPaths()
Deprecated. 
Returns an array of SignerCertificatePath objects.

Returns:
An array of SignerCertificatePath objects.

setCertPaths

public void setCertPaths(SignerCertificatePath[] certPaths)
Deprecated. 
Sets an array of SignerCertificatePath objects.

Parameters:
certPaths - An array of SignerCertificatePath objects.

getTimestamp

public byte[] getTimestamp()
Deprecated. 
Returns a byte array that contains time stamping information.

Returns:
A byte array that contains time stamping information.

setTimestamp

public void setTimestamp(byte[] timestamp)
Deprecated. 
Sets a byte array that contains time stamping information.

Parameters:
timestamp - A byte array that contains time stamping information.


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