Open GoogleCodeExporter opened 9 years ago
The issue has been attributed to the default JCE not being able to handle CRLs
of this type. To mitigate the issue, the certificate factory should be using
the configured JCE provider. The factory creation code is being modified to
the following.
certificateFactory = CertificateFactory.getInstance("X.509",
CryptoExtensions.getJCEProviderName());
Original comment by gm2...@cerner.com
on 27 Jan 2014 at 2:37
Original issue reported on code.google.com by
gm2...@cerner.com
on 27 Jan 2014 at 2:36