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 DigestDTODTOConverter. toDigestDTO(Digest digest)Methods in eu.europa.esig.dss.ws.converter with parameters of type DigestDTO Modifier and Type Method Description static DigestDTOConverter. 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 SignatureValueDTORemoteSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTORemoteSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata with the givenalias.SignatureValueDTORemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTORemoteSignatureTokenConnectionImpl. 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 SignatureValueDTORestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. 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 SignatureValueDTORestSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTORestSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata 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 SignatureValueDTOSoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. 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 SignatureValueDTOSoapSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata 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 TimestampResponseDTORestTimestampServiceImpl. 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 TimestampResponseDTORestTimestampService. 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 TimestampResponseDTOSoapTimestampServiceImpl. 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 TimestampResponseDTOSoapTimestampService. getTimestampResponse(DigestDTO digest)Requests a timestamp binaries by the provided digest to be timestamped