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 ToBeSignedDTODTOConverter. toToBeSignedDTO(ToBeSigned toBeSigned)Methods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSignedDTO Modifier and Type Method Description static ToBeSignedDTOConverter. 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 SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SignatureValueDTORemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORemoteSignatureTokenConnectionImpl. 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 SignatureValueDTORestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. 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 SignatureValueDTORestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, 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 ToBeSignedDTO Modifier and Type Method Description SignatureValueDTOSoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. 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 SignatureValueDTOSoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand 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 ToBeSignedDTORemoteDocumentSignatureService. getDataToSign(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentandparameters.ToBeSignedDTORemoteDocumentSignatureServiceImpl. getDataToSign(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters)ToBeSignedDTORemoteMultipleDocumentsSignatureService. getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentsandparameters.ToBeSignedDTORemoteMultipleDocumentsSignatureServiceImpl. 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 ToBeSignedDTORestDocumentSignatureServiceImpl. getDataToSign(DataToSignOneDocumentDTO dataToSignDto)ToBeSignedDTORestMultipleDocumentSignatureServiceImpl. 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 ToBeSignedDTORestDocumentSignatureService. getDataToSign(DataToSignOneDocumentDTO dataToSign)Retrieves the bytes of the data that need to be signed based on the toSignDocument and parameters.ToBeSignedDTORestMultipleDocumentSignatureService. 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 ToBeSignedDTOSoapDocumentSignatureServiceImpl. getDataToSign(DataToSignOneDocumentDTO dataToSignDto)ToBeSignedDTOSoapMultipleDocumentsSignatureServiceImpl. 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 ToBeSignedDTOSoapDocumentSignatureService. getDataToSign(DataToSignOneDocumentDTO dataToSign)This method computes the digest to be signedToBeSignedDTOSoapMultipleDocumentsSignatureService. getDataToSign(DataToSignMultipleDocumentsDTO dataToSign)This method computes the digest to be signed
-