Class DataToSignTrustedListDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.DataToSignTrustedListDTO
DTO for getDataToSign(..) method call for an XML Trusted List creation.
It's only possible to transfer an object by POST and REST.
It's impossible to transfer big objects by GET (url size limitation).
-
Constructor Summary
ConstructorDescriptionEmpty constructorDataToSignTrustedListDTO
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Default constructor with customizable parameters -
Method Summary
Modifier and TypeMethodDescriptionGets signature parameters for XML Trusted List signingGets an XML Trusted List to be signedvoid
setParameters
(RemoteTrustedListSignatureParameters parameters) Sets signature parameters for XML Trusted List signingvoid
setTrustedList
(RemoteDocument trustedList) Sets an XML Trusted List to be signed
-
Constructor Details
-
DataToSignTrustedListDTO
public DataToSignTrustedListDTO()Empty constructor -
DataToSignTrustedListDTO
public DataToSignTrustedListDTO(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Default constructor with customizable parameters- Parameters:
trustedList
-RemoteDocument
XML Trusted List to be signedparameters
-RemoteTrustedListSignatureParameters
customizable signature parameters
-
-
Method Details
-
getTrustedList
Gets an XML Trusted List to be signed- Returns:
RemoteDocument
-
setTrustedList
Sets an XML Trusted List to be signed- Parameters:
trustedList
-RemoteDocument
-
getParameters
Gets signature parameters for XML Trusted List signing- Returns:
RemoteTrustedListSignatureParameters
-
setParameters
Sets signature parameters for XML Trusted List signing- Parameters:
parameters
-RemoteTrustedListSignatureParameters
-