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

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

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

Represents basic validation information of a specific identity certificate containing the path validation and its status. This class was added in LiveCycle ES2.

See Also:
Serialized Form

Constructor Summary
IdentityInformation()
           
 
Method Summary
 CertificatePath[] getPaths()
          Returns certificate path information related to the certificate used to sign the PDF document.
 java.util.List getPolicyQualifierList()
          Returns policy qualifier information.
 IdentityDetails getSignerDetails()
          Returns identity details of the signer.
 IdentityStatus getStatus()
          Returns information related to the identify status of the signer.
 void setPaths(CertificatePath[] paths)
          Sets certificate path information related to the certificate used to sign the PDF document.
 void setPolicyQualifierList(java.util.List policyQualifierList)
          Sets policy qualifier information.
 void setSignerDetails(IdentityDetails signerDetails)
          Sets identity details of the signer.
 void setStatus(IdentityStatus identityStatus)
          Sets information related to the identify status of the signer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityInformation

public IdentityInformation()
Method Detail

getSignerDetails

public IdentityDetails getSignerDetails()
Returns identity details of the signer.

Returns:
An IdentityDetails object that represents identity details of the signer.

setSignerDetails

public void setSignerDetails(IdentityDetails signerDetails)
Sets identity details of the signer.

Parameters:
signerDetails - An IdentityDetails object that represents identity details of the signer.

getPaths

public CertificatePath[] getPaths()
Returns certificate path information related to the certificate used to sign the PDF document.

Returns:
An array of CertificatePath objects that represent certificate path information.

setPaths

public void setPaths(CertificatePath[] paths)
Sets certificate path information related to the certificate used to sign the PDF document.

Parameters:
paths - An array of CertificatePath objects that represent certificate path information.

getStatus

public IdentityStatus getStatus()
Returns information related to the identify status of the signer.

Returns:
An IdentityStatus enumeration value that specifies the identify status of the signer.

setStatus

public void setStatus(IdentityStatus identityStatus)
Sets information related to the identify status of the signer.

Parameters:
identityStatus - An IdentityStatus enumeration value that specifies the identify status of the signer.

getPolicyQualifierList

public java.util.List getPolicyQualifierList()
Returns policy qualifier information.

Returns:
A java.util.List objet that contains policy qualifier information.

setPolicyQualifierList

public void setPolicyQualifierList(java.util.List policyQualifierList)
Sets policy qualifier information.

Parameters:
policyQualifierList - A java.util.List objet that contains policy qualifier information.


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