Uses of Interface
eu.europa.esig.dss.pades.PAdESCommonParameters
Packages that use PAdESCommonParameters
Package
Description
-
Uses of PAdESCommonParameters in eu.europa.esig.dss.pades
Classes in eu.europa.esig.dss.pades that implement PAdESCommonParametersModifier and TypeClassDescriptionclassParameters to create/extend a PAdES signatureclassParameters for a PAdES timestamp creation -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf with parameters of type PAdESCommonParametersModifier and TypeMethodDescriptionprotected abstract byte[]AbstractPDFSignatureService.computeDigest(DSSDocument toSignDocument, PAdESCommonParameters parameters) Computes digest on to be signed data computed on thetoSignDocumentrespectively to the givenparametersbyte[]AbstractPDFSignatureService.digest(DSSDocument toSignDocument, PAdESCommonParameters parameters) byte[]PDFSignatureService.digest(DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns the digest value of a PDF document.PDFSignatureService.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 DSSDocumentAbstractPDFSignatureService.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
Constructors in eu.europa.esig.dss.pdf.encryption with parameters of type PAdESCommonParametersModifierConstructorDescriptionDSSSecureRandomProvider(PAdESCommonParameters parameters) The default constructor taking an object to compute seeds from. -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf with parameters of type PAdESCommonParametersModifier and TypeMethodDescriptionprotected byte[]ITextPDFSignatureService.computeDigest(DSSDocument toSignDocument, PAdESCommonParameters parameters) ITextPDFSignatureService.previewPageWithVisualSignature(DSSDocument toSignDocument, PAdESCommonParameters parameters) ITextPDFSignatureService.previewSignatureField(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected DSSDocumentITextPDFSignatureService.signDocument(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) -
Uses of PAdESCommonParameters in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox with parameters of type PAdESCommonParametersModifier and TypeMethodDescriptionvoidPdfBoxSignatureService.checkEncryptedAndSaveIncrementally(org.apache.pdfbox.pdmodel.PDDocument pdDocument, OutputStream outputStream, PAdESCommonParameters parameters) Checks if the document is encrypted and saves incrementally tooutputStreamprotected byte[]PdfBoxSignatureService.computeDigest(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignaturePdfBoxSignatureService.createSignatureDictionary(org.apache.pdfbox.pdmodel.PDDocument pdDocument, PAdESCommonParameters parameters) Creates a new signature dictionary Note for developers: keep protected! See PR #138PdfBoxSignatureService.previewPageWithVisualSignature(DSSDocument toSignDocument, PAdESCommonParameters parameters) PdfBoxSignatureService.previewSignatureField(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected DSSDocumentPdfBoxSignatureService.signDocument(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters)