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 DSSMessageDigestAbstractPDFSignatureService.computeDigest(DSSDocument toSignDocument, PAdESCommonParameters parameters) Computes digest on to be signed data computed on thetoSignDocumentrespectively to the givenparametersprotected voidAbstractPDFSignatureService.digitalSignatureEnhancement(PdfDocumentReader documentReader, PAdESCommonParameters parameters) This method ensures the PDF document structure is correct for inclusion of specific digital signature's functionalitiesprotected booleanAbstractPDFSignatureService.isCAdESDetached(PAdESCommonParameters parameters) Verifies if the signature is created with a use of "ETSI.CAdES.detached" SubFilterprotected booleanAbstractPDFSignatureService.isISO_32001(PAdESCommonParameters parameters) Verifies if the ISO_ profile for 32001 shall be activatedprotected booleanAbstractPDFSignatureService.isISO_32002(PAdESCommonParameters parameters) Verifies if the ISO_ profile for 32002 shall be activatedAbstractPDFSignatureService.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 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 DSSMessageDigestITextPDFSignatureService.computeDigest(DSSDocument toSignDocument, PAdESCommonParameters parameters) com.lowagie.text.pdf.PdfObjectITextDocumentReader.generateDocumentId(PAdESCommonParameters parameters) Computes a DocumentId in a deterministic way based on the givenparametersand the documentITextPDFSignatureService.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 DSSMessageDigestPdfBoxSignatureService.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!longPdfBoxDocumentReader.generateDocumentId(PAdESCommonParameters parameters) Computes a DocumentId in a deterministic way based on the givenparametersand the documentPdfBoxSignatureService.previewPageWithVisualSignature(DSSDocument toSignDocument, PAdESCommonParameters parameters) PdfBoxSignatureService.previewSignatureField(DSSDocument toSignDocument, PAdESCommonParameters parameters) protected DSSDocumentPdfBoxSignatureService.signDocument(DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters)