I’ve been googling how to do this (in Java) with very little success.
Creating the Signature object is pretty straightforward and so is getting the certificate chain, but how do I create a detached PKCS#7 object with that data?
I’ve been googling how to do this (in Java) with very little success. Creating
Share
Try to use Bouncy Castle. Here is the sample of creating PKCS7 signatures with it.