Class OpensslCRLStoreSpi


public class OpensslCRLStoreSpi extends PlainCRLStoreSpi
Implementation of the CRL store which uses CRLs from a single directory in OpenSSL format. Each CRL should be stored in a file named HASH.rNUM, where HASH is an 8 digit hex number, with 8 least significant digits of the MD5 hash of the CRL issuer subject in DER format. The NUM must be a number, starting from 0.

This class is extending the PlainCRLStoreSpi and restricts the CRLs which are loaded.

Author:
K. Benedyczak