Discussion:
java.security.cert.CertificateException: X.509 not found
filippo2
2014-08-28 09:49:49 UTC
Permalink
i get the error

"java.security.cert.CertificateException: X.509 not found"

in my code

X509Certificate cert = new
JcaX509CertificateConverter().setProvider(BC).getCertificate((X509CertificateHolder)certIt.next());

only on some pc, in other pc it works

why?

thanks




--
View this message in context: http://bouncy-castle.1462172.n4.nabble.com/java-security-cert-CertificateException-X-509-not-found-tp4657337.html
Sent from the Bouncy Castle - Dev mailing list archive at Nabble.com.
filippo2
2014-08-28 13:56:36 UTC
Permalink
solved

X509Certificate cert = new
JcaX509CertificateConverter().getCertificate((X509CertificateHolder)certIt.next());



--
View this message in context: http://bouncy-castle.1462172.n4.nabble.com/java-security-cert-CertificateException-X-509-not-found-tp4657337p4657340.html
Sent from the Bouncy Castle - Dev mailing list archive at Nabble.com.
Loading...