Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cert.jcajce
Class JcaX509v2CRLBuilder

java.lang.Object
  extended byorg.bouncycastle.cert.X509v2CRLBuilder
      extended byorg.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder

public class JcaX509v2CRLBuilder
extends X509v2CRLBuilder


Constructor Summary
JcaX509v2CRLBuilder(javax.security.auth.x500.X500Principal issuer, java.util.Date now)
           
JcaX509v2CRLBuilder(java.security.cert.X509Certificate issuerCert, java.util.Date now)
           
JcaX509v2CRLBuilder(java.security.cert.X509CRL templateCRL)
          Create a builder for a version 2 CRL, initialised with another CRL as a template.
 
Methods inherited from class org.bouncycastle.cert.X509v2CRLBuilder
addCRL, addCRLEntry, addCRLEntry, addCRLEntry, addExtension, addExtension, addExtension, build, build, getExtension, hasExtension, removeExtension, replaceExtension, replaceExtension, replaceExtension, setNextUpdate, setNextUpdate, setNextUpdate, setThisUpdate, setThisUpdate, setThisUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaX509v2CRLBuilder

public JcaX509v2CRLBuilder(javax.security.auth.x500.X500Principal issuer,
                           java.util.Date now)

JcaX509v2CRLBuilder

public JcaX509v2CRLBuilder(java.security.cert.X509Certificate issuerCert,
                           java.util.Date now)

JcaX509v2CRLBuilder

public JcaX509v2CRLBuilder(java.security.cert.X509CRL templateCRL)
                    throws java.security.cert.CRLException
Create a builder for a version 2 CRL, initialised with another CRL as a template.

Parameters:
templateCRL - template CRL to base the new one on.

Bouncy Castle Cryptography Library 1.81