public class X509RevokerModule extends X509CaModule implements Closeable
caCert, caIdent, caInfo, MINUTE_PER_DAY, MS_PER_DAY, MS_PER_HOUR, MS_PER_MINUTE, MS_PER_SECOND, MS_PER_WEEK, TIMEZONE_UTC| Constructor and Description |
|---|
X509RevokerModule(CaManagerImpl caManager,
CaInfo caInfo,
CertStore certstore,
org.xipki.ca.server.X509PublisherModule publisherModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
revokeCa(org.xipki.security.CertRevocationInfo revocationInfo,
String msgId) |
org.xipki.ca.api.mgmt.CertWithRevocationInfo |
revokeCert(BigInteger serialNumber,
org.xipki.security.CrlReason reason,
Date invalidityTime,
String msgId) |
void |
unrevokeCa(String msgId) |
org.xipki.ca.api.CertWithDbId |
unrevokeCert(BigInteger serialNumber,
String msgId) |
auditService, finish, newAuditEvent, newPerfAuditEvent, verifySignaturepublic X509RevokerModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisherModule)
public org.xipki.ca.api.mgmt.CertWithRevocationInfo revokeCert(BigInteger serialNumber, org.xipki.security.CrlReason reason, Date invalidityTime, String msgId) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic org.xipki.ca.api.CertWithDbId unrevokeCert(BigInteger serialNumber, String msgId) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic void revokeCa(org.xipki.security.CertRevocationInfo revocationInfo,
String msgId)
throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic void unrevokeCa(String msgId) throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2021. All rights reserved.