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

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

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

Provides information about a signature that is used to sign a PDF document. A XMLSignatureVerificationResult object is returned by the SignatureServiceClient object's verifyXMLSignature method.

See Also:
Serialized Form

Constructor Summary
XMLSignatureVerificationResult()
          A constructor that creates a XMLSignatureVerificationResult object.
 
Method Summary
 byte[][] getCertificateList()
          Returns a list of certificates.
 java.util.Date getDateSigned()
          Returns the date on which the PDF document was signed.
 boolean getSignatureStatus()
          Returns information about the status of the signature that is used to sign a PDF document.
 java.security.cert.X509Certificate getSignerCert()
          Returns a java.security.cert.X509Certificate object that represents the certificate of the signer.
 java.lang.String getSignerName()
          Returns the name of the signer.
 IdentityStatus getSignerStatus()
          Gets the identify status of the signer.
 void setCertificateList(byte[][] certificateList)
          Sets a list of certificates to use.
 void setDateSigned(java.util.Date dateSigned)
          Sets the date on which the PDF document was signed.
 void setSignatureStatus(boolean signatureStatus)
          Sets information about the status of the signature that is used to sign a PDF document.
 void setSignerCert(java.security.cert.X509Certificate signerCert)
          Sets a java.security.cert.X509Certificate object that represents the certificate of the signer.
 void setSignerName(java.lang.String signerName)
          Sets the name of the signer.
 void setSignerStatus(IdentityStatus signerStatus)
          Sets the identify status of the signer.
 java.lang.String toString()
          A string representation of this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLSignatureVerificationResult

public XMLSignatureVerificationResult()
A constructor that creates a XMLSignatureVerificationResult object.

Method Detail

getCertificateList

public byte[][] getCertificateList()
Returns a list of certificates.

Returns:
An array of byte streams that represent a list of certificates.

setCertificateList

public void setCertificateList(byte[][] certificateList)
Sets a list of certificates to use.

Parameters:
certificateList - An array of byte streams that represent a list of certificates.

getDateSigned

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

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

setDateSigned

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

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

getSignatureStatus

public boolean getSignatureStatus()
Returns information about the status of the signature that is used to sign a PDF document.

Returns:
The status of the signature that is used to sign a PDF document.
See Also:
PDFSignatureStatus

setSignatureStatus

public void setSignatureStatus(boolean signatureStatus)
Sets information about the status of the signature that is used to sign a PDF document.

Parameters:
signatureStatus - The status of the signature that is used to sign a PDF document.
See Also:
PDFSignatureStatus

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.

getSignerStatus

public IdentityStatus getSignerStatus()
Gets the identify status of the signer.

Returns:
An IdentityStatus object that represents the identify status of the signer.
See Also:
IdentityStatus

setSignerStatus

public void setSignerStatus(IdentityStatus signerStatus)
Sets the identify status of the signer.

Parameters:
signerStatus - An IdentityStatus object that represents the identify status of the signer.
See Also:
IdentityStatus

getSignerCert

public java.security.cert.X509Certificate getSignerCert()
Returns a java.security.cert.X509Certificate object that represents the certificate of the signer.

Returns:
A java.security.cert.X509Certificate object that represents the certificate of the signer.

setSignerCert

public void setSignerCert(java.security.cert.X509Certificate signerCert)
Sets a java.security.cert.X509Certificate object that represents the certificate of the signer.

Parameters:
signerCert - A java.security.cert.X509Certificate object that represents the certificate of the signer.

toString

public java.lang.String toString()
A string representation of this class.

Overrides:
toString in class java.lang.Object


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