Package | Description |
---|---|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
com.aspose.pdf.signatures |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<SignatureName> |
PdfFileSignature.getSignatureNames()
Gets the names of all not empty signatures.
|
com.aspose.ms.System.Collections.Generic.IGenericList<SignatureName> |
PdfFileSignature.getSignatureNames(boolean onlyActive)
Gets the names of all not empty signatures.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfFileSignature.coversWholeDocument(SignatureName signName)
Checks if the signature covers the whole document.
|
InputStream |
PdfFileSignature.extractCertificate(SignatureName signName)
Extracts signature's single X.509 certificate as a stream.
|
InputStream |
PdfFileSignature.extractImage(SignatureName signName)
Extracts signature's image.
|
String |
PdfFileSignature.getContactInfo(SignatureName signName)
Gets the contact information of a signature.
|
Date |
PdfFileSignature.getDateTime(SignatureName signName)
Gets the signature's datetime.
|
String |
PdfFileSignature.getLocation(SignatureName signName)
Gets the location of a signature.
|
String |
PdfFileSignature.getReason(SignatureName signName)
Gets the reason of a signature.
|
int |
PdfFileSignature.getRevision(SignatureName signName)
Gets the revision of a signature.
|
String |
PdfFileSignature.getSignerName(SignatureName signName)
Gets the name of person or organization who signing the pdf document.
|
void |
PdfFileSignature.removeSignature(SignatureName signName)
Remove the signature according to the name of the signature.
|
void |
PdfFileSignature.removeSignature(SignatureName signName,
boolean removeField)
Removes the signature according to the name of the signature.
|
boolean |
PdfFileSignature.tryExtractCertificate(SignatureName signName,
OutputStream[] stream)
Extracts signature's single X.509 certificate as a stream.
|
boolean |
PdfFileSignature.tryExtractCertificate(SignatureName signName,
com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2[] certificate)
Extracts signature's single X.509 certificate.
|
boolean |
PdfFileSignature.verifySignature(SignatureName signName)
Checks the validity of a signature.
|
boolean |
PdfFileSignature.verifySignature(SignatureName signName,
com.aspose.pdf.engine.certificatevalidation.ValidationOptions options,
com.aspose.pdf.engine.certificatevalidation.ValidationResult[] validationResult)
Checks the validity of a signature.
|
boolean |
PdfFileSignature.verifySignature(SignatureName signName,
com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2 publicKeyCertificate)
Checks the validity of a signature.
|
boolean |
PdfFileSignature.verifySignature(SignatureName signName,
com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2 publicKeyCertificate,
com.aspose.pdf.engine.certificatevalidation.ValidationOptions options,
com.aspose.pdf.engine.certificatevalidation.ValidationResult[] validationResult)
Checks the validity of a signature.
|
Modifier and Type | Field and Description |
---|---|
List<SignatureName> |
CompromiseCheckResult.CompromisedSignatures
Gets a collection of digital signatures that have been identified as compromised.
|
Copyright © 2025 Aspose. All Rights Reserved.