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) Deprecated.since DSS 6.1.RemoteSignatureTokenConnection.signDigest(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigestdata with asignatureAlgorithmand the givenalias.RemoteSignatureTokenConnection.signDigest(DigestDTO digest, String alias) This method signs thedigestdata with the givenalias.RemoteSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) Deprecated.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
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type DigestDTOModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias) Deprecated.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
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) Deprecated.since DSS 6.1.RestSignatureTokenConnection.signDigest(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, 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) Deprecated.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
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) Deprecated.since DSS 6.1.SoapSignatureTokenConnection.signDigest(DigestDTO digest, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thedigestdata with asignatureAlgorithmand the givenalias.SoapSignatureTokenConnection.signDigest(DigestDTO digest, String alias) This method signs thedigestdata with the givenalias. -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return DigestDTOModifier and TypeMethodDescriptionRemotePAdESWithExternalCMSService.getMessageDigest(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Creates a signature revision for the given PDFtoSignDocumentaccording to the providedparametersand returns the message-digest computed on the extracted ByteRange content.RemotePAdESWithExternalCMSServiceImpl.getMessageDigest(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Methods in eu.europa.esig.dss.ws.signature.common with parameters of type DigestDTOModifier 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 providedmessageDigestcompliant for PAdES signature enveloping.RemoteExternalCMSServiceImpl.signMessageDigest(DigestDTO messageDigestDTO, RemoteSignatureParameters parameters, SignatureValueDTO signatureValueDTO) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.dto
Methods in eu.europa.esig.dss.ws.signature.dto that return DigestDTOModifier and TypeMethodDescriptionDataToSignExternalCmsDTO.getMessageDigest()Gets the message-digestSignMessageDigestExternalCmsDTO.getMessageDigest()Gets the message-digestMethods in eu.europa.esig.dss.ws.signature.dto with parameters of type DigestDTOModifier and TypeMethodDescriptionvoidDataToSignExternalCmsDTO.setMessageDigest(DigestDTO messageDigest) Sets the message-digestvoidSignMessageDigestExternalCmsDTO.setMessageDigest(DigestDTO messageDigest) Sets the message-digestConstructors in eu.europa.esig.dss.ws.signature.dto with parameters of type DigestDTOModifierConstructorDescriptionDataToSignExternalCmsDTO(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
Methods in eu.europa.esig.dss.ws.signature.rest that return DigestDTOModifier and TypeMethodDescriptionRestPAdESWithExternalCMSServiceImpl.getMessageDigest(PDFExternalMessageDigestDTO pdfMessageDigest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.rest.client
Methods in eu.europa.esig.dss.ws.signature.rest.client that return DigestDTOModifier 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
Methods in eu.europa.esig.dss.ws.signature.soap that return DigestDTOModifier and TypeMethodDescriptionSoapPAdESWithExternalCMSServiceImpl.getMessageDigest(PDFExternalMessageDigestDTO pdfMessageDigest) -
Uses of DigestDTO in eu.europa.esig.dss.ws.signature.soap.client
Methods in eu.europa.esig.dss.ws.signature.soap.client that return DigestDTOModifier 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
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