java.lang.Object
eu.europa.esig.dss.pdf.PdfSignatureCache
- All Implemented Interfaces:
Serializable
This class is used as a DTO containing cached data to be used to accelerate the signature creation process
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionbooleaneu.europa.esig.dss.model.DSSMessageDigestGets message-digest computed in the prepared PDF revision ByteRangeeu.europa.esig.dss.model.DSSDocumentGets ToBeSigned documentinthashCode()voidsetMessageDigest(eu.europa.esig.dss.model.DSSMessageDigest messageDigest) Sets message-digest of the ByteRangevoidsetToBeSignedDocument(eu.europa.esig.dss.model.DSSDocument toBeSignedDocument) Sets ToBeSigned document
-
Constructor Details
-
PdfSignatureCache
public PdfSignatureCache()Default constructor instantiating object with null values
-
-
Method Details
-
getMessageDigest
public eu.europa.esig.dss.model.DSSMessageDigest getMessageDigest()Gets message-digest computed in the prepared PDF revision ByteRange- Returns:
DSSMessageDigest
-
setMessageDigest
public void setMessageDigest(eu.europa.esig.dss.model.DSSMessageDigest messageDigest) Sets message-digest of the ByteRange- Parameters:
messageDigest-DSSMessageDigestrepresenting the message-digest computed on the PDF signature ByteRange
-
getToBeSignedDocument
public eu.europa.esig.dss.model.DSSDocument getToBeSignedDocument()Gets ToBeSigned document- Returns:
DSSDocument
-
setToBeSignedDocument
public void setToBeSignedDocument(eu.europa.esig.dss.model.DSSDocument toBeSignedDocument) Sets ToBeSigned document- Parameters:
toBeSignedDocument-DSSDocument
-
equals
-
hashCode
public int hashCode()
-