Uses of Class
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTrustedListSignatureParameters
-
Uses of RemoteTrustedListSignatureParameters in eu.europa.esig.dss.ws.signature.common
Modifier and TypeMethodDescriptionRemoteTrustedListSignatureService.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) RemoteTrustedListSignatureService.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the XML Trusted List with the providedsignatureValue
according to a set of customizable parameters.RemoteTrustedListSignatureServiceImpl.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) -
Uses of RemoteTrustedListSignatureParameters in eu.europa.esig.dss.ws.signature.dto
Modifier and TypeMethodDescriptionDataToSignTrustedListDTO.getParameters()
Gets signature parameters for XML Trusted List signingSignTrustedListDTO.getParameters()
Gets a set of customizable parametersModifier and TypeMethodDescriptionvoid
DataToSignTrustedListDTO.setParameters
(RemoteTrustedListSignatureParameters parameters) Sets signature parameters for XML Trusted List signingvoid
SignTrustedListDTO.setParameters
(RemoteTrustedListSignatureParameters parameters) Sets a set of customizable parameters (optional)ModifierConstructorDescriptionDataToSignTrustedListDTO
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Default constructor with customizable parametersSignTrustedListDTO
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructor with parameters