Interface SoapExternalCMSService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapExternalCMSServiceImpl
This SOAP interface provides a possibility of CMS signature creation suitable for PAdES signing
-
Method Summary
Modifier and TypeMethodDescriptiongetDataToSign
(DataToSignExternalCmsDTO dataToSign) Returns a DTBS (Data To Be Signed) for Signature Value creation.signMessageDigest
(SignMessageDigestExternalCmsDTO signMessageDigest) Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.
-
Method Details
-
getDataToSign
Returns a DTBS (Data To Be Signed) for Signature Value creation.- Parameters:
dataToSign
-DataToSignExternalCmsDTO
containing message-digest computed on PDF's signature ByteRange and a set of signature driving parameters- Returns:
ToBeSignedDTO
data to be signed representation
-
signMessageDigest
Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.- Parameters:
signMessageDigest
-SignMessageDigestExternalCmsDTO
containing message-digest computed on PDF's signature ByteRange, set of signature driving parameters and a signatureValue computed on DTBS- Returns:
RemoteDocument
representing a CMS signature suitable for PAdES-BASELINE creation
-