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 providedmessageDigestcompliant for PAdES signature enveloping.
-
Method Details
-
getDataToSign
Returns a DTBS (Data To Be Signed) for Signature Value creation.- Parameters:
dataToSign-DataToSignExternalCmsDTOcontaining message-digest computed on PDF's signature ByteRange and a set of signature driving parameters- Returns:
ToBeSignedDTOdata to be signed representation
-
signMessageDigest
Creates a CMS signature signing the providedmessageDigestcompliant for PAdES signature enveloping.- Parameters:
signMessageDigest-SignMessageDigestExternalCmsDTOcontaining message-digest computed on PDF's signature ByteRange, set of signature driving parameters and a signatureValue computed on DTBS- Returns:
RemoteDocumentrepresenting a CMS signature suitable for PAdES-BASELINE creation
-