|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.asn1.x509.V2TBSCertListGenerator anon.crypto.CertificateRevocationList.CRLGenerator
private static final class CertificateRevocationList.CRLGenerator
This class is used to generate, sign and modify CRLs.
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 |
---|
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 |
---|
public org.bouncycastle.asn1.x509.CertificateList sign(PKCS12 a_privateIssuerCertificate)
public org.bouncycastle.asn1.x509.CertificateList sign(IMyPrivateKey a_privateKey)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |