|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.signatures.client.types.IdentityInformation
public class IdentityInformation
Represents basic validation information of a specific identity certificate containing the path validation and its status.
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityInformation()
| Method Detail |
|---|
public IdentityDetails getSignerDetails()
IdentityDetails object that represents identity details of the signer.public void setSignerDetails(IdentityDetails signerDetails)
signerDetails - An IdentityDetails object that represents identity details of the signer.public CertificatePath[] getPaths()
CertificatePath objects that represent certificate path information.public void setPaths(CertificatePath[] paths)
paths - An array of CertificatePath objects that represent certificate path information.public IdentityStatus getStatus()
IdentityStatus enumeration value that specifies the identify status of the signer.public void setStatus(IdentityStatus identityStatus)
identityStatus - An IdentityStatus enumeration value that specifies the identify status of the signer.public java.util.List getPolicyQualifierList()
java.util.List objet that contains policy qualifier information.public void setPolicyQualifierList(java.util.List policyQualifierList)
policyQualifierList - A java.util.List objet that contains policy qualifier information.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||