List of usage examples for org.bouncycastle.jcajce.provider.asymmetric.x509 CertificateFactory subclass-usage
From source file mitm.common.security.provider.X509CertificateFactory.java
/**
* Extension of {@link CertificateFactory} so we can create our own optimized implementation of a X509CRL. The optimized
* implementation is somewhat faster and has additional methods we can use to iterate over all the CRLs in a store without
* having to load them all in once.
*
* @author Martijn Brinkers