Uses of Interface
eu.europa.esig.dss.pades.PAdESCommonParameters
Package
Description
-
Uses of PAdESCommonParameters in eu.europa.esig.dss.pades
Modifier and TypeClassDescriptionclass
Parameters to create/extend a PAdES signatureclass
Parameters for a PAdES timestamp creation -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionprotected abstract DSSMessageDigest
AbstractPDFSignatureService.computeDigest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Computes digest on to be signed data computed on thetoSignDocument
respectively to the givenparameters
byte[]
AbstractPDFSignatureService.digest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Deprecated.byte[]
PDFSignatureService.digest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Deprecated.since 5.12.AbstractPDFSignatureService.messageDigest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) PDFSignatureService.messageDigest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns the message-digest computed on PDF signature revision's ByteRangePDFSignatureService.previewPageWithVisualSignature
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns a page preview with the visual signaturePDFSignatureService.previewSignatureField
(DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns a preview of the signature fieldAbstractPDFSignatureService.sign
(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) PDFSignatureService.sign
(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) Signs a PDF documentprotected abstract DSSDocument
AbstractPDFSignatureService.signDocument
(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) This method creates a signed document from the originaltoSignDocument
, incorporating a new revision, enveloping the providedcmsSignedData
-
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf.encryption
ModifierConstructorDescriptionDSSSecureRandomProvider
(PAdESCommonParameters parameters) The default constructor taking an object to compute seeds from. -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf.openpdf
Modifier and TypeMethodDescriptionprotected DSSMessageDigest
ITextPDFSignatureService.computeDigest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) com.lowagie.text.pdf.PdfObject
ITextDocumentReader.generateDocumentId
(PAdESCommonParameters parameters) Computes a DocumentId in a deterministic way based on the givenparameters
and the documentITextPDFSignatureService.previewPageWithVisualSignature
(DSSDocument toSignDocument, PAdESCommonParameters parameters) ITextPDFSignatureService.previewSignatureField
(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected DSSDocument
ITextPDFSignatureService.signDocument
(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf.pdfbox
Modifier and TypeMethodDescriptionvoid
PdfBoxSignatureService.checkEncryptedAndSaveIncrementally
(org.apache.pdfbox.pdmodel.PDDocument pdDocument, OutputStream outputStream, PAdESCommonParameters parameters) Checks if the document is encrypted and saves incrementally tooutputStream
protected DSSMessageDigest
PdfBoxSignatureService.computeDigest
(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature
PdfBoxSignatureService.createSignatureDictionary
(org.apache.pdfbox.pdmodel.PDDocument pdDocument, PAdESCommonParameters parameters) Creates a new signature dictionary Note for developers: keep protected! See PR #138long
PdfBoxDocumentReader.generateDocumentId
(PAdESCommonParameters parameters) Computes a DocumentId in a deterministic way based on the givenparameters
and the documentPdfBoxSignatureService.previewPageWithVisualSignature
(DSSDocument toSignDocument, PAdESCommonParameters parameters) PdfBoxSignatureService.previewSignatureField
(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected DSSDocument
PdfBoxSignatureService.signDocument
(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters)