Uses of Class
eu.europa.esig.dss.ws.dto.DigestDTO
Package
Description
-
Uses of DigestDTO in eu.europa.esig.dss.ws.converter
Modifier and TypeMethodDescriptionstatic DigestDTO
DTOConverter.toDigestDTO
(Digest digest) ConvertsDigest
toDigestDTO
object -
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.common
Modifier and TypeMethodDescriptionRemoteSignatureTokenConnection.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigest
data with a maskmgf
and the givenalias
.RemoteSignatureTokenConnection.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigest
data with asignatureAlgorithm
and the givenalias
.RemoteSignatureTokenConnection.signDigest
(DigestDTO digest, String alias) This method signs thedigest
data with the givenalias
.RemoteSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) RemoteSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) RemoteSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, String alias) -
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.rest
Modifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) RestSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) RestSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, String alias) -
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.rest.client
Modifier and TypeMethodDescriptionRestSignatureTokenConnection.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigest
data with a maskmgf
and the givenalias
.RestSignatureTokenConnection.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigest
data with a maskmgf
and the givenalias
.RestSignatureTokenConnection.signDigest
(DigestDTO digest, String alias) This method signs thedigest
data with the givenalias
. -
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.soap
Modifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) SoapSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) SoapSignatureTokenConnectionImpl.signDigest
(DigestDTO digest, String alias) -
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.soap.client
Modifier and TypeMethodDescriptionSoapSignatureTokenConnection.signDigest
(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigest
data with a maskmgf
and the givenalias
.SoapSignatureTokenConnection.signDigest
(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigest
data with asignatureAlgorithm
and the givenalias
.SoapSignatureTokenConnection.signDigest
(DigestDTO digest, String alias) This method signs thedigest
data with the givenalias
. -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.common
Modifier and TypeMethodDescriptionRemotePAdESWithExternalCMSService.getMessageDigest
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Creates a signature revision for the given PDFtoSignDocument
according to the providedparameters
and returns the message-digest computed on the extracted ByteRange content.RemotePAdESWithExternalCMSServiceImpl.getMessageDigest
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Modifier and TypeMethodDescriptionRemoteExternalCMSService.getDataToSign
(DigestDTO messageDigest, RemoteSignatureParameters parameters) Returns a DTBS (Data To Be Signed) for Signature Value creation.RemoteExternalCMSServiceImpl.getDataToSign
(DigestDTO messageDigestDTO, RemoteSignatureParameters parameters) RemoteExternalCMSService.signMessageDigest
(DigestDTO messageDigest, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.RemoteExternalCMSServiceImpl.signMessageDigest
(DigestDTO messageDigestDTO, RemoteSignatureParameters parameters, SignatureValueDTO signatureValueDTO) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.dto
Modifier and TypeMethodDescriptionDataToSignExternalCmsDTO.getMessageDigest()
Gets the message-digestSignMessageDigestExternalCmsDTO.getMessageDigest()
Gets the message-digestModifier and TypeMethodDescriptionvoid
DataToSignExternalCmsDTO.setMessageDigest
(DigestDTO messageDigest) Sets the message-digestvoid
SignMessageDigestExternalCmsDTO.setMessageDigest
(DigestDTO messageDigest) Sets the message-digestModifierConstructorDescriptionDataToSignExternalCmsDTO
(DigestDTO messageDigest, RemoteSignatureParameters parameters) Default constructorSignMessageDigestExternalCmsDTO
(DigestDTO messageDigest, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructor -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.rest
Modifier and TypeMethodDescriptionRestPAdESWithExternalCMSServiceImpl.getMessageDigest
(PDFExternalMessageDigestDTO pdfMessageDigest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.rest.client
Modifier and TypeMethodDescriptionRestPAdESWithExternalCMSService.getMessageDigest
(PDFExternalMessageDigestDTO pdfMessageDigest) Creates a signature revision for the provided PDF document according to the defined parameters and returns the message-digest computed on the extracted ByteRange content. -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.soap
Modifier and TypeMethodDescriptionSoapPAdESWithExternalCMSServiceImpl.getMessageDigest
(PDFExternalMessageDigestDTO pdfMessageDigest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.soap.client
Modifier and TypeMethodDescriptionSoapPAdESWithExternalCMSService.getMessageDigest
(PDFExternalMessageDigestDTO pdfMessageDigest) Creates a signature revision for the provided PDF document according to the defined parameters and returns the message-digest computed on the extracted ByteRange content. -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.rest
Modifier and TypeMethodDescriptionRestTimestampServiceImpl.getTimestampResponse
(DigestDTO digest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.rest.client
Modifier and TypeMethodDescriptionRestTimestampService.getTimestampResponse
(DigestDTO digest) Method used to create a timestamp -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.soap
Modifier and TypeMethodDescriptionSoapTimestampServiceImpl.getTimestampResponse
(DigestDTO digest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.soap.client
Modifier and TypeMethodDescriptionSoapTimestampService.getTimestampResponse
(DigestDTO digest) Requests a timestamp binaries by the provided digest to be timestamped