Example usage for org.bouncycastle.jce.provider X509CRLObject subclass-usage

List of usage examples for org.bouncycastle.jce.provider X509CRLObject subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.jce.provider X509CRLObject subclass-usage.

Usage

From source file br.gov.jfrj.siga.cd.old.SigaX509CRLObject.java

public class SigaX509CRLObject extends X509CRLObject {

    public SigaX509CRLObject(CertificateList cl) throws CRLException {
        super(cl);
    }

From source file br.gov.jfrj.siga.cd.SigaX509CRLObject.java

public class SigaX509CRLObject extends X509CRLObject {

    public SigaX509CRLObject(CertificateList cl) throws CRLException {
        super(cl);
    }

From source file mitm.common.security.crl.OptimizedX509CRLObject.java

/**
 * X509CRLObject extension that uses an enumerator to enumerate over the CRL objects. This implementation
 * requires a lot less memory than X509CRLObject.
 * 
 * @author Martijn Brinkers
 *