Uses of Class
eu.europa.esig.dss.ws.dto.ToBeSignedDTO
Package
Description
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.converter
Modifier and TypeMethodDescriptionstatic ToBeSignedDTO
DTOConverter.toToBeSignedDTO
(ToBeSigned toBeSigned) ConvertsToBeSigned
toToBeSignedDTO
objectModifier and TypeMethodDescriptionstatic ToBeSigned
DTOConverter.toToBeSigned
(ToBeSignedDTO toBeSignedDTO) ConvertsToBeSignedDTO
toToBeSigned
object -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.common
Modifier and TypeMethodDescriptionRemoteSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.RemoteSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
.RemoteSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigned
data with the digestsignatureAlgorithm
and the givenalias
.RemoteSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RemoteSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) RemoteSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.rest
Modifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) RestSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) RestSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.rest.client
Modifier and TypeMethodDescriptionRestSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.RestSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
.RestSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, 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
Modifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) SoapSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) SoapSignatureTokenConnectionImpl.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.server.signing.soap.client
Modifier and TypeMethodDescriptionSoapSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenalias
.SoapSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenalias
.SoapSignatureTokenConnection.sign
(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigned
data with thesignatureAlgorithm
and the givenalias
. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.common
Modifier and TypeMethodDescriptionRemoteDocumentSignatureService.getDataToBeCounterSigned
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be counter signed fromsignatureDocument
.RemoteDocumentSignatureServiceImpl.getDataToBeCounterSigned
(RemoteDocument signatureDocument, RemoteSignatureParameters remoteParameters) RemoteDocumentSignatureService.getDataToSign
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocument
andparameters
.RemoteDocumentSignatureServiceImpl.getDataToSign
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters) RemoteExternalCMSService.getDataToSign
(DigestDTO messageDigest, RemoteSignatureParameters parameters) Returns a DTBS (Data To Be Signed) for Signature Value creation.RemoteExternalCMSServiceImpl.getDataToSign
(DigestDTO messageDigestDTO, RemoteSignatureParameters parameters) RemoteMultipleDocumentsSignatureService.getDataToSign
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocuments
andparameters
.RemoteMultipleDocumentsSignatureServiceImpl.getDataToSign
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters) RemoteTrustedListSignatureService.getDataToSign
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Retrieves the bytes of the data that need to be signed for a conformant XML Trusted List signing according to a set of customizable parametersRemoteTrustedListSignatureServiceImpl.getDataToSign
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.rest
Modifier and TypeMethodDescriptionRestDocumentSignatureServiceImpl.getDataToBeCounterSigned
(DataToBeCounterSignedDTO dataToBeCounterSigned) RestDocumentSignatureServiceImpl.getDataToSign
(DataToSignOneDocumentDTO dataToSignDto) RestExternalCMSServiceImpl.getDataToSign
(DataToSignExternalCmsDTO dataToSign) RestMultipleDocumentSignatureServiceImpl.getDataToSign
(DataToSignMultipleDocumentsDTO dataToSignDto) RestTrustedListSignatureServiceImpl.getDataToSign
(DataToSignTrustedListDTO dataToSign) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.rest.client
Modifier and TypeMethodDescriptionRestDocumentSignatureService.getDataToBeCounterSigned
(DataToBeCounterSignedDTO dataToBeCounterSigned) Retrieves the data to be signed for counter signature creationRestDocumentSignatureService.getDataToSign
(DataToSignOneDocumentDTO dataToSign) Retrieves the bytes of the data that need to be signed based on the toSignDocument and parameters.RestExternalCMSService.getDataToSign
(DataToSignExternalCmsDTO dataToSign) Returns a DTBS (Data To Be Signed) for Signature Value creation.RestMultipleDocumentSignatureService.getDataToSign
(DataToSignMultipleDocumentsDTO dataToSign) Retrieves the bytes of the data that need to be signed based on the toSignDocument and parameters.RestTrustedListSignatureService.getDataToSign
(DataToSignTrustedListDTO dataToSign) Retrieves the bytes of the data that need to be signed based on the given XML Trusted List and parameters. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.soap
Modifier and TypeMethodDescriptionSoapDocumentSignatureServiceImpl.getDataToBeCounterSigned
(DataToBeCounterSignedDTO dataToBeCounterSigned) SoapDocumentSignatureServiceImpl.getDataToSign
(DataToSignOneDocumentDTO dataToSignDto) SoapExternalCMSServiceImpl.getDataToSign
(DataToSignExternalCmsDTO dataToSign) SoapMultipleDocumentsSignatureServiceImpl.getDataToSign
(DataToSignMultipleDocumentsDTO dataToSignDto) SoapTrustedListSignatureServiceImpl.getDataToSign
(DataToSignTrustedListDTO dataToSign) -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.soap.client
Modifier and TypeMethodDescriptionSoapDocumentSignatureService.getDataToBeCounterSigned
(DataToBeCounterSignedDTO dataToBeCounterSigned) Retrieves the data to be signed for counter signature creationSoapDocumentSignatureService.getDataToSign
(DataToSignOneDocumentDTO dataToSign) This method computes the digest to be signedSoapExternalCMSService.getDataToSign
(DataToSignExternalCmsDTO dataToSign) Returns a DTBS (Data To Be Signed) for Signature Value creation.SoapMultipleDocumentsSignatureService.getDataToSign
(DataToSignMultipleDocumentsDTO dataToSign) This method computes the digest to be signedSoapTrustedListSignatureService.getDataToSign
(DataToSignTrustedListDTO dataToSign) This method computes the digest to be signed for XML Trusted List enveloped signature creation