anon.crypto
Class CertificateRevocationList.CRLGenerator

java.lang.Object
  extended by org.bouncycastle.asn1.x509.V2TBSCertListGenerator
      extended by anon.crypto.CertificateRevocationList.CRLGenerator
Enclosing class:
CertificateRevocationList

private static final class CertificateRevocationList.CRLGenerator
extends org.bouncycastle.asn1.x509.V2TBSCertListGenerator

This class is used to generate, sign and modify CRLs.

Author:
Robert Hirschberger

Constructor Summary
CertificateRevocationList.CRLGenerator(org.bouncycastle.asn1.x509.X509Name a_issuer, java.util.Vector a_certList, java.util.Date a_nextUpdate, X509Extensions a_extensions)
           
 
Method Summary
 org.bouncycastle.asn1.x509.CertificateList sign(IMyPrivateKey a_privateKey)
           
 org.bouncycastle.asn1.x509.CertificateList sign(PKCS12 a_privateIssuerCertificate)
           
 
Methods inherited from class org.bouncycastle.asn1.x509.V2TBSCertListGenerator
addCRLEntry, addCRLEntry, addCRLEntry, addCRLEntry, addCRLEntry, generateTBSCertList, setExtensions, setIssuer, setNextUpdate, setNextUpdate, setSignature, setThisUpdate, setThisUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRevocationList.CRLGenerator

public CertificateRevocationList.CRLGenerator(org.bouncycastle.asn1.x509.X509Name a_issuer,
                                              java.util.Vector a_certList,
                                              java.util.Date a_nextUpdate,
                                              X509Extensions a_extensions)
Method Detail

sign

public org.bouncycastle.asn1.x509.CertificateList sign(PKCS12 a_privateIssuerCertificate)

sign

public org.bouncycastle.asn1.x509.CertificateList sign(IMyPrivateKey a_privateKey)