Uses of Class
eu.europa.esig.dss.ws.dto.ToBeSignedDTO
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return ToBeSignedDTO Modifier and Type Method Description static ToBeSignedDTO
DTOConverter. toToBeSignedDTO(ToBeSigned toBeSigned)
Methods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSignedDTO Modifier and Type Method Description static ToBeSigned
DTOConverter. toToBeSigned(ToBeSignedDTO toBeSignedDTO)
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common with parameters of type ToBeSignedDTO Modifier and Type Method Description SignatureValueDTO
RemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
.SignatureValueDTO
RemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type ToBeSignedDTO Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
RestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
-
Uses of ToBeSignedDTO 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 ToBeSignedDTO Modifier and Type Method Description SignatureValueDTO
RestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
RestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap with parameters of type ToBeSignedDTO Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
SignatureValueDTO
SoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
-
Uses of ToBeSignedDTO 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 ToBeSignedDTO Modifier and Type Method Description SignatureValueDTO
SoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SignatureValueDTO
SoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return ToBeSignedDTO Modifier and Type Method Description ToBeSignedDTO
RemoteDocumentSignatureService. getDataToSign(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)
Retrieves the bytes of the data that need to be signed based on thetoSignDocument
andparameters
.ToBeSignedDTO
RemoteDocumentSignatureServiceImpl. getDataToSign(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters)
ToBeSignedDTO
RemoteMultipleDocumentsSignatureService. getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)
Retrieves the bytes of the data that need to be signed based on thetoSignDocuments
andparameters
.ToBeSignedDTO
RemoteMultipleDocumentsSignatureServiceImpl. getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters)
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.rest
Methods in eu.europa.esig.dss.ws.signature.rest that return ToBeSignedDTO Modifier and Type Method Description ToBeSignedDTO
RestDocumentSignatureServiceImpl. getDataToSign(DataToSignOneDocumentDTO dataToSignDto)
ToBeSignedDTO
RestMultipleDocumentSignatureServiceImpl. getDataToSign(DataToSignMultipleDocumentsDTO dataToSignDto)
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.rest.client
Methods in eu.europa.esig.dss.ws.signature.rest.client that return ToBeSignedDTO Modifier and Type Method Description ToBeSignedDTO
RestDocumentSignatureService. getDataToSign(DataToSignOneDocumentDTO dataToSign)
Retrieves the bytes of the data that need to be signed based on the toSignDocument and parameters.ToBeSignedDTO
RestMultipleDocumentSignatureService. getDataToSign(DataToSignMultipleDocumentsDTO dataToSign)
Retrieves the bytes of the data that need to be signed based on the toSignDocument and parameters. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.soap
Methods in eu.europa.esig.dss.ws.signature.soap that return ToBeSignedDTO Modifier and Type Method Description ToBeSignedDTO
SoapDocumentSignatureServiceImpl. getDataToSign(DataToSignOneDocumentDTO dataToSignDto)
ToBeSignedDTO
SoapMultipleDocumentsSignatureServiceImpl. getDataToSign(DataToSignMultipleDocumentsDTO dataToSignDto)
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.soap.client
Methods in eu.europa.esig.dss.ws.signature.soap.client that return ToBeSignedDTO Modifier and Type Method Description ToBeSignedDTO
SoapDocumentSignatureService. getDataToSign(DataToSignOneDocumentDTO dataToSign)
This method computes the digest to be signedToBeSignedDTO
SoapMultipleDocumentsSignatureService. getDataToSign(DataToSignMultipleDocumentsDTO dataToSign)
This method computes the digest to be signed