Uses of Class
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTrustedListSignatureParameters
Packages that use RemoteTrustedListSignatureParameters
-
Uses of RemoteTrustedListSignatureParameters in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type RemoteTrustedListSignatureParametersModifier 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 providedsignatureValueaccording 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
Methods in eu.europa.esig.dss.ws.signature.dto that return RemoteTrustedListSignatureParametersModifier and TypeMethodDescriptionDataToSignTrustedListDTO.getParameters()Gets signature parameters for XML Trusted List signingSignTrustedListDTO.getParameters()Gets a set of customizable parametersMethods in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTrustedListSignatureParametersModifier and TypeMethodDescriptionvoidDataToSignTrustedListDTO.setParameters(RemoteTrustedListSignatureParameters parameters) Sets signature parameters for XML Trusted List signingvoidSignTrustedListDTO.setParameters(RemoteTrustedListSignatureParameters parameters) Sets a set of customizable parameters (optional)Constructors in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTrustedListSignatureParametersModifierConstructorDescriptionDataToSignTrustedListDTO(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Default constructor with customizable parametersSignTrustedListDTO(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructor with parameters