Uses of Interface
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.TSAOptions
-
Packages that use TSAOptions Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of TSAOptions in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Classes in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that implement TSAOptions Modifier and Type Class Description class
RFC3161TSAOptions
Parameters specifying RFC3161 compliant time stamp authority options required forPDFElectronicSealParams
.Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return TSAOptions Modifier and Type Method Description TSAOptions
PDFElectronicSealParams. getTSAOptions()
Returns theTSAOptions
instance containing information regarding TSA server.Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal with parameters of type TSAOptions Modifier and Type Method Description PDFElectronicSealParams.Builder
PDFElectronicSealParams.Builder. withTSAOptions(TSAOptions tsaOptions)
Sets the time stamp authority options
-