Uses of Class
eu.europa.esig.dss.ws.server.signing.dto.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.
-