|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cert.X509v2CRLBuilder
org.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder
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 |
public JcaX509v2CRLBuilder(javax.security.auth.x500.X500Principal issuer, java.util.Date now)
public JcaX509v2CRLBuilder(java.security.cert.X509Certificate issuerCert, java.util.Date now)
public JcaX509v2CRLBuilder(java.security.cert.X509CRL templateCRL) throws java.security.cert.CRLException
templateCRL
- template CRL to base the new one on.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |