public class X509CrlModule extends X509CaModule implements Closeable
caIdent, caInfo, LOG, MINUTE_PER_DAY, MS_PER_DAY, MS_PER_HOUR, MS_PER_MINUTE, MS_PER_SECOND, MS_PER_WEEK, TIMEZONE_UTC| Constructor and Description |
|---|
X509CrlModule(CaManagerImpl caManager,
CaInfo caInfo,
CertStore certstore,
org.xipki.ca.server.X509PublisherModule publisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.bouncycastle.cert.X509CRLHolder |
generateCrlOnDemand(String msgId) |
org.bouncycastle.asn1.x509.CertificateList |
getBcCrl(BigInteger crlNumber) |
org.bouncycastle.asn1.x509.CertificateList |
getBcCurrentCrl() |
org.bouncycastle.cert.X509CRLHolder |
getCrl(BigInteger crlNumber) |
org.bouncycastle.cert.X509CRLHolder |
getCurrentCrl() |
auditService, finish, newAuditEvent, newPerfAuditEvent, verifySignaturepublic X509CrlModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisher) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic org.bouncycastle.cert.X509CRLHolder getCurrentCrl()
throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic org.bouncycastle.cert.X509CRLHolder getCrl(BigInteger crlNumber) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic org.bouncycastle.asn1.x509.CertificateList getBcCurrentCrl()
throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic org.bouncycastle.asn1.x509.CertificateList getBcCrl(BigInteger crlNumber) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic org.bouncycastle.cert.X509CRLHolder generateCrlOnDemand(String msgId) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionCopyright © 2021. All rights reserved.