Package eu.europa.esig.dss.pades
Class PAdESProfileParameters
java.lang.Object
eu.europa.esig.dss.signature.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the PDF signature cacheint
hashCode()
void
setPdfToBeSignedCache
(PdfSignatureCache pdfToBeSignedCache) Sets the PDF signature cachetoString()
Methods inherited from class eu.europa.esig.dss.signature.ProfileParameters
getDetachedContents, getDeterministicId, setDetachedContents, setDeterministicId
-
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
-
equals
- Overrides:
equals
in classProfileParameters
-
hashCode
public int hashCode()- Overrides:
hashCode
in classProfileParameters
-
toString
- Overrides:
toString
in classProfileParameters
-