Bouncycastle: X509CertificateHolder to X509Certificate?

Viewed 19497

In versions prior to r146 it was possible to create X509Certificate objects directly. Now that API is deprecated and the new one only deliveres a X509CertificateHolder object.

I cannot find a way to transform a X509CertificateHolder to X509Certificate.

How can this be done?

3 Answers
Related