Uses of Class
eu.europa.esig.dss.ws.dto.DigestDTO
Packages that use DigestDTO
Package
Description
-
Uses of DigestDTO in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return DigestDTOModifier and TypeMethodDescriptionstatic DigestDTODTOConverter.toDigestDTO(Digest digest) ConvertsDigesttoDigestDTOobjectMethods in eu.europa.esig.dss.ws.converter with parameters of type 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 DigestDTOModifier and TypeMethodDescriptionRemoteSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias.RemoteSignatureTokenConnection.signDigest(DigestDTO digest, String alias) This method signs thedigestdata with the givenalias.RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) 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 DigestDTOModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) 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 DigestDTOModifier and TypeMethodDescriptionRestSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias.RestSignatureTokenConnection.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 DigestDTOModifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) 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 DigestDTOModifier and TypeMethodDescriptionSoapSignatureTokenConnection.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) This method signs thedigestdata with a maskmgfand the givenalias.SoapSignatureTokenConnection.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 DigestDTOModifier and TypeMethodDescriptionRestTimestampServiceImpl.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 DigestDTOModifier and TypeMethodDescriptionRestTimestampService.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 DigestDTOModifier and TypeMethodDescriptionSoapTimestampServiceImpl.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 DigestDTOModifier and TypeMethodDescriptionSoapTimestampService.getTimestampResponse(DigestDTO digest) Requests a timestamp binaries by the provided digest to be timestamped