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
-DataToSignOneDocumentDTO
a DTO which contains the XML Trusted List to be signed and parameters- Returns:
ToBeSignedDTO
the data to be signed
-
signDocument
This method created a signed XML Trusted List with an enveloped signature- Parameters:
signTrustedList
-SignTrustedListDTO
a DTO which contains the XMl Trusted List to be signed, the parameters and the signature value- Returns:
RemoteDocument
the signed document
-