public class PDFSignatureVerificationInfo extends Object implements Serializable
| Constructor and Description |
|---|
PDFSignatureVerificationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of a signed or certified PDF document.
|
String |
getFieldName()
Returns the name of the signed or certified signature field.
|
PDFSigningType |
getPdfSigningType() |
SignatureProperties |
getSignatureProps()
Returns properties that belong to a signature used to sign or certify a signature field.
|
SignatureType |
getSignatureType()
Returns the type of signature used to sign or certify the signature field.
|
IdentityInformation |
getSigner()
Returns the identfier of the signature.
|
SignatureStatus |
getStatus()
Returns the status of a signed signature field.
|
void |
setDescription(String description)
Sets the description of a signed or certified PDF document.
|
void |
setFieldName(String fieldName)
Sets the name of the signed or certified signature field.
|
void |
setPdfSigningType(PDFSigningType pdfSigningType) |
void |
setSignatureProps(SignatureProperties signatureProps)
Sets properties that belong to a signature used to sign or certify a signature field.
|
void |
setSignatureType(SignatureType signatureType)
Sets the type of signature used to sign or certify the signature field.
|
void |
setSigner(IdentityInformation signer)
Sets the identfier of the signature.
|
void |
setStatus(SignatureStatus signatureStatus)
Sets the status of a signed or certified signature field.
|
String |
toString() |
public String getFieldName()
public void setFieldName(String fieldName)
fieldName - A string value that specifies the signature field name.public SignatureStatus getStatus()
SignatureStatus object that specifies the status of a signed or certified signature field.public void setStatus(SignatureStatus signatureStatus)
signatureStatus - A SignatureStatus object that specifies the status of a signed or certified signature field.public SignatureType getSignatureType()
SignatureType object that specifies the signature type.public void setSignatureType(SignatureType signatureType)
signatureType - A SignatureType object that specifies the signature type.public SignatureProperties getSignatureProps()
SignatureProperties object that contains signature properties.public void setSignatureProps(SignatureProperties signatureProps)
signatureProps - A SignatureProperties object that contains signature properties.public IdentityInformation getSigner()
IdentityInformation object that specifies the identfier of the signature.public void setSigner(IdentityInformation signer)
signer - An IdentityInformation object that specifies the identfier of the signature.public String getDescription()
public void setDescription(String description)
description - A string value that specifies the description of the signed or certified PDF document.public PDFSigningType getPdfSigningType()
public void setPdfSigningType(PDFSigningType pdfSigningType)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.