Package | Description |
---|---|
com.adobe.fd.docassurance.client.api |
Defines package version.
|
com.adobe.fd.signatures.pdf.inputs |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocAssuranceService.addInvisibleSignatureField(Document inDoc,
String signatureFieldName,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates an invisible signature field in the PDF document.
|
Document |
DocAssuranceService.addSignatureField(Document inDoc,
String signatureFieldName,
Integer pageNumber,
PositionRectangle positionRectangle,
FieldMDPOptionSpec fieldMDPOptionsSpec,
PDFSeedValueOptionSpec seedValueOptionsSpec,
UnlockOptions unlockOptions)
Creates a visible signature field within the PDF document.
|
Document |
DocAssuranceService.applyDocumentTimeStamp(Document doc,
VerificationTime verificationTime,
ValidationPreferences dssPrefs,
org.apache.sling.api.resource.ResourceResolver resourceResolver,
UnlockOptions unlockOptions)
applies the TimeStamp Signaure to Document as per PAdES 4 specification
|
Document |
DocAssuranceService.clearSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Clears the specified signature field.
|
PDFSignatureField |
DocAssuranceService.getCertifyingSignatureField(Document inDoc,
UnlockOptions unlockOptions)
Returns the signature field that was used to certify the document.
|
GetUsageRightsResult |
DocAssuranceService.getDocumentUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Returns the usage rights information of the given Document.
|
PDFSignature |
DocAssuranceService.getSignature(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Returns signature data for a given signature field.
|
List<PDFSignatureField> |
DocAssuranceService.getSignatureFieldList(Document inDoc,
UnlockOptions unlockOptions)
Returns a list of all the signature fields located within a PDF document.
|
Document |
DocAssuranceService.modifySignatureField(Document inDoc,
String signatureFieldName,
PDFSignatureFieldProperties pdfSignatureFieldProperties,
UnlockOptions unlockOptions)
Modifies a signature field's signature field lock dictionary and seed value dictionary values.
|
Document |
DocAssuranceService.removeSignatureField(Document inDoc,
String signatureFieldName,
UnlockOptions unlockOptions)
Removes the specified signature field.
|
Document |
DocAssuranceService.removeUsageRights(Document inDocument,
UnlockOptions unlockOptions)
Removes the usage rights for the given Document.
|
Document |
DocAssuranceService.secureDocument(Document inDoc,
EncryptionOptions encryptionOptions,
SignatureOptions signatureOptions,
ReaderExtensionOptions readerExtensionOptions,
UnlockOptions unlockOptions)
secureDocument enables you to encrypt, sign/certify, reader extend a PDF Document either individually
or in any combination in the given order.
|
Modifier and Type | Method and Description |
---|---|
UnlockOptions |
DSSPreferencesImpl.getUnlockOptions() |
UnlockOptions |
DSSPreferences.getUnlockOptions() |
Modifier and Type | Method and Description |
---|---|
void |
DSSPreferencesImpl.setUnlockOptions(UnlockOptions unlockOption) |
void |
DSSPreferences.setUnlockOptions(UnlockOptions unlockOptions) |
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.