Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
-
Packages that use PDFElectronicSealParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of PDFElectronicSealParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return PDFElectronicSealParams.Builder Modifier and Type Method Description static PDFElectronicSealParams.Builder
PDFElectronicSealParams. pdfElectronicSealParamsBuilder(CertificateCredentials certificateCredentials, FieldOptions fieldOptions)
Creates a newPDFElectronicSealParams.Builder
.PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withAppearanceOptions(AppearanceOptions appearanceOptions)
Sets theAppearanceOptions
for the seal.PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withDocumentLevelPermission(DocumentLevelPermission documentLevelPermission)
Sets the document level permission for changes allowed after sealing.PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withSignatureFormat(SignatureFormat signatureFormat)
Sets theSignatureFormat
for the seal.PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withTSAOptions(TSAOptions tsaOptions)
Sets the time stamp authority options
-