Hi! We want to create a SignedCms (detached mode) for content of which we only have the hash available. Is it possible to instruct BouncyCastle (when generating the signature for the CMS) that it does not have to hash the provided content anymore, as the provided content already is the hash?
It looks like CMSSignedDataGenerator.Generate() clears the _digests member beforehand. Is there a workaround? Best regards, D.R.