Package eu.europa.esig.dss.pades
Class PAdESProfileParameters
java.lang.Object
eu.europa.esig.dss.ProfileParameters
eu.europa.esig.dss.pades.PAdESProfileParameters
- All Implemented Interfaces:
Serializable
This class is used to accelerate signature creation process for PAdES.
The cache is set within
PAdESService.getDataToSign(...)
method and
used in PAdESService.signDocument(...)
method.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the PDF signature cachevoid
setPdfToBeSignedCache
(PdfSignatureCache pdfToBeSignedCache) Sets the PDF signature cacheMethods inherited from class eu.europa.esig.dss.ProfileParameters
equals, getDetachedContents, getDeterministicId, hashCode, setDetachedContents, setDeterministicId, toString
-
Constructor Details
-
PAdESProfileParameters
public PAdESProfileParameters()Default constructor
-
-
Method Details
-
getPdfToBeSignedCache
Gets the PDF signature cache- Returns:
PdfSignatureCache
-
setPdfToBeSignedCache
Sets the PDF signature cache- Parameters:
pdfToBeSignedCache
-PdfSignatureCache
-