Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.jcajce
Class JcaX509v2CRLBuilder

java.lang.Object
  extended by org.bouncycastle.cert.X509v2CRLBuilder
      extended by org.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder

public class JcaX509v2CRLBuilder
extends X509v2CRLBuilder


Constructor Summary
JcaX509v2CRLBuilder(javax.security.auth.x500.X500Principal issuer, java.util.Date now)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.cert.X509v2CRLBuilder
addCRL, addCRLEntry, addCRLEntry, addCRLEntry, addExtension, build, setNextUpdate
 
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)

Bouncy Castle Cryptography Library 1.46