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 eu.europa.esig.dss.model.DSSMessageDigestAbstractPDFSignatureService.computeDigest(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESCommonParameters parameters) Computes digest on to be signed data computed on thetoSignDocumentrespectively to the givenparameterseu.europa.esig.dss.model.DSSMessageDigestAbstractPDFSignatureService.messageDigest(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESCommonParameters parameters) eu.europa.esig.dss.model.DSSMessageDigestPDFSignatureService.messageDigest(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns the message-digest computed on PDF signature revision's ByteRangeeu.europa.esig.dss.model.DSSDocumentPDFSignatureService.previewPageWithVisualSignature(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns a page preview with the visual signatureeu.europa.esig.dss.model.DSSDocumentPDFSignatureService.previewSignatureField(eu.europa.esig.dss.model.DSSDocument toSignDocument, PAdESCommonParameters parameters) Returns a preview of the signature fieldeu.europa.esig.dss.model.DSSDocumentAbstractPDFSignatureService.sign(eu.europa.esig.dss.model.DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) eu.europa.esig.dss.model.DSSDocumentPDFSignatureService.sign(eu.europa.esig.dss.model.DSSDocument toSignDocument, byte[] cmsSignedData, PAdESCommonParameters parameters) Signs a PDF documentprotected abstract eu.europa.esig.dss.model.DSSDocumentAbstractPDFSignatureService.signDocument(eu.europa.esig.dss.model.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.