public class IdentityInformation extends Object implements Serializable
| Constructor and Description |
|---|
IdentityInformation() |
| Modifier and Type | Method and Description |
|---|---|
CertificatePath[] |
getPaths()
Returns certificate path information related to the certificate used to sign the PDF document.
|
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(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.
|
String |
toString() |
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 List getPolicyQualifierList()
java.util.List objet that contains policy qualifier information.public void setPolicyQualifierList(List policyQualifierList)
policyQualifierList - A java.util.List objet that contains policy qualifier information.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.