Interface SoapTrustedListSignatureService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapTrustedListSignatureServiceImpl
SOAP interface provides services for XML Trusted List signing
-
Method Summary
Modifier and TypeMethodDescriptiongetDataToSign(DataToSignTrustedListDTO dataToSign) This method computes the digest to be signed for XML Trusted List enveloped signature creationsignDocument(SignTrustedListDTO signTrustedList) This method created a signed XML Trusted List with an enveloped signature
-
Method Details
-
getDataToSign
This method computes the digest to be signed for XML Trusted List enveloped signature creation- Parameters:
dataToSign-DataToSignOneDocumentDTOa DTO which contains the XML Trusted List to be signed and parameters- Returns:
ToBeSignedDTOthe data to be signed
-
signDocument
This method created a signed XML Trusted List with an enveloped signature- Parameters:
signTrustedList-SignTrustedListDTOa DTO which contains the XMl Trusted List to be signed, the parameters and the signature value- Returns:
RemoteDocumentthe signed document
-