![]() |
Generating X509v(1/3) certificates in java (bouncy castle)
I am trying to use the updated class of X509V1CertificateGenerator, Class X509v1CertificateBuilder. The documentation for the first class can be found here and for the second one (the one I intend to use), here.
Why is there no org.bouncycastle.cert.* package as suggested in the documentation? I am using maven to retrieve the bouncy castle jars: Code:
<dependency> |
You need to use the bcpkix-jdk15on jar as well. It has the certificate generation classes in it.
Regards, David |
Quote:
|
All times are GMT -4. The time now is 02:23 PM. |
Powered by vBulletin®
Copyright ©2000 - 2019, Jelsoft Enterprises Ltd.
© 2013 John Wiley & Sons, Inc.