Uses of Class
eu.europa.esig.dss.ws.dto.DigestDTO
-
Uses of DigestDTO in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return DigestDTO Modifier and Type Method Description static DigestDTO
DTOConverter. toDigestDTO(Digest digest)
Methods in eu.europa.esig.dss.ws.converter with parameters of type DigestDTO Modifier and Type Method Description static Digest
DTOConverter. toDigest(DigestDTO digestDTO)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common with parameters of type DigestDTO Modifier and Type Method Description SignatureValueDTO
RemoteSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnection. signDigest(DigestDTO digest, String alias)
This method signs thedigest
data with the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type DigestDTO Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.rest.client
Methods in eu.europa.esig.dss.ws.server.signing.rest.client with parameters of type DigestDTO Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
.SignatureValueDTO
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
Methods in eu.europa.esig.dss.ws.server.signing.soap with parameters of type DigestDTO Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
SoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.server.signing.soap.client
Methods in eu.europa.esig.dss.ws.server.signing.soap.client with parameters of type DigestDTO Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)
This method signs thedigest
data with a maskmgf
and the givenalias
.SignatureValueDTO
SoapSignatureTokenConnection. signDigest(DigestDTO digest, String alias)
This method signs thedigest
data with the givenalias
. -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.rest
Methods in eu.europa.esig.dss.ws.timestamp.remote.rest with parameters of type DigestDTO Modifier and Type Method Description TimestampResponseDTO
RestTimestampServiceImpl. getTimestampResponse(DigestDTO digest)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.rest.client
Methods in eu.europa.esig.dss.ws.timestamp.remote.rest.client with parameters of type DigestDTO Modifier and Type Method Description TimestampResponseDTO
RestTimestampService. getTimestampResponse(DigestDTO digest)
Method used to create a timestamp -
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.soap
Methods in eu.europa.esig.dss.ws.timestamp.remote.soap with parameters of type DigestDTO Modifier and Type Method Description TimestampResponseDTO
SoapTimestampServiceImpl. getTimestampResponse(DigestDTO digest)
-
Uses of DigestDTO in eu.europa.esig.dss.ws.timestamp.remote.soap.client
Methods in eu.europa.esig.dss.ws.timestamp.remote.soap.client with parameters of type DigestDTO Modifier and Type Method Description TimestampResponseDTO
SoapTimestampService. getTimestampResponse(DigestDTO digest)
Requests a timestamp binaries by the provided digest to be timestamped