0

I want to find a way how to encrypt/sign email with using bounce castle library in the newest version. In net there are only examples how to do it in previously version of library (jdk15on), but new version is no compatible with previous. Different api/classes at all. Is there anyone who can help in this area?

2
  • github.com/bcgit/bc-java has bc-java/mail/src/main/java/org/bouncycastle/mail/smime/examples/CreateSignedMail.java. That works in Java 16
    – g00se
    Commented Apr 26, 2022 at 15:53
  • Yep. I just found the same. Thanks
    – lukjez
    Commented Apr 26, 2022 at 21:07

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.