You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in #1965, a similar functionality is required within the CMSSignedDataStreamGenerator, allowing to provide custom digest algorithm identifiers to the CMS generation class.
This can be achieved by adding the following lines after population of digestAlgos set from signerGens processing:
This functionality is required for us for creation of encapsulating CMS signature with a large content, which can be provided only by streaming.
Currently, we need to copy-paste almost all methods of the CMSSignedDataStreamGenerator class due to its many private methods.
Best regards,
Aleksandr
The text was updated successfully, but these errors were encountered:
Hello,
As explained in #1965, a similar functionality is required within the CMSSignedDataStreamGenerator, allowing to provide custom digest algorithm identifiers to the CMS generation class.
This can be achieved by adding the following lines after population of digestAlgos set from signerGens processing:
provided that the following variable and a setter are defined within CMSSignedDataStreamGenerator or its super class CMSSignedGenerator:
This functionality is required for us for creation of encapsulating CMS signature with a large content, which can be provided only by streaming.
Currently, we need to copy-paste almost all methods of the CMSSignedDataStreamGenerator class due to its many private methods.
Best regards,
Aleksandr
The text was updated successfully, but these errors were encountered: