Uses of Class
eu.europa.esig.dss.ws.dto.ToBeSignedDTO
Packages that use ToBeSignedDTO
Package
Description
-
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return ToBeSignedDTOModifier and TypeMethodDescriptionstatic ToBeSignedDTODTOConverter.toToBeSignedDTO(ToBeSigned toBeSigned) ConvertsToBeSignedtoToBeSignedDTOobjectMethods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSignedDTOModifier and TypeMethodDescriptionstatic ToBeSignedDTOConverter.toToBeSigned(ToBeSignedDTO toBeSignedDTO) ConvertsToBeSignedDTOtoToBeSignedobject -
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 ToBeSignedDTOModifier and TypeMethodDescriptionRemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.since DSS 6.1.RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.RemoteSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigneddata with the digestsignatureAlgorithmand the givenalias.RemoteSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.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
Methods in eu.europa.esig.dss.ws.server.signing.rest with parameters of type ToBeSignedDTOModifier and TypeMethodDescriptionRestSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.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
Methods in eu.europa.esig.dss.ws.server.signing.rest.client with parameters of type ToBeSignedDTOModifier and TypeMethodDescriptionRestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.since DSS 6.1.RestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.RestSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand 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 ToBeSignedDTOModifier and TypeMethodDescriptionSoapSignatureTokenConnectionImpl.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.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
Methods in eu.europa.esig.dss.ws.server.signing.soap.client with parameters of type ToBeSignedDTOModifier and TypeMethodDescriptionSoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias) Deprecated.since DSS 6.1.SoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SoapSignatureTokenConnection.sign(ToBeSignedDTO toBeSigned, SignatureAlgorithm signatureAlgorithm, String alias) This method signs thetoBeSigneddata with thesignatureAlgorithmand the givenalias. -
Uses of ToBeSignedDTO in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return ToBeSignedDTOModifier 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 thetoSignDocumentandparameters.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 thetoSignDocumentsandparameters.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
Methods in eu.europa.esig.dss.ws.signature.rest that return ToBeSignedDTOModifier 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
Methods in eu.europa.esig.dss.ws.signature.rest.client that return ToBeSignedDTOModifier 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
Methods in eu.europa.esig.dss.ws.signature.soap that return ToBeSignedDTOModifier 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
Methods in eu.europa.esig.dss.ws.signature.soap.client that return ToBeSignedDTOModifier 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