Class PDFExternalMessageDigestDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
eu.europa.esig.dss.ws.signature.dto.DataToSignOneDocumentDTO
eu.europa.esig.dss.ws.signature.dto.PDFExternalMessageDigestDTO
- All Implemented Interfaces:
Serializable
Represents a DataTransferObject containing the required parameters for computation of message-digest
of the prepared PDF signature revision (to be used for PAdES signature creation with an external CMS provider).
It's only possible to transfer an object by POST and REST.
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorPDFExternalMessageDigestDTO
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.DataToSignOneDocumentDTO
equals, getToSignDocument, hashCode, setToSignDocument
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
getParameters, setParameters
-
Constructor Details
-
PDFExternalMessageDigestDTO
public PDFExternalMessageDigestDTO()Empty constructor -
PDFExternalMessageDigestDTO
public PDFExternalMessageDigestDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Default constructor- Parameters:
toSignDocument
-RemoteDocument
to be signedparameters
-RemoteSignatureParameters
-
-
Method Details
-
toString
- Overrides:
toString
in classDataToSignOneDocumentDTO
-