Package org.xipki.ca.server
Class X509RemoverModule
- java.lang.Object
-
- org.xipki.ca.server.X509CaModule
-
- org.xipki.ca.server.X509RemoverModule
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class X509RemoverModule extends X509CaModule implements Closeable
X509CA revoker module.- Author:
- Lijun Liao (xipki)
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.server.X509CaModule
caCert, caIdent, caInfo, encodedCaCertChain, LOG
-
-
Constructor Summary
Constructors Constructor Description X509RemoverModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisherModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.xipki.ca.api.CertWithDbIdremoveCert(BigInteger serialNumber, org.xipki.audit.AuditEvent event)org.xipki.ca.api.CertWithDbIdremoveCert(CertStore.SerialWithId serialNumber, org.xipki.audit.AuditEvent event)-
Methods inherited from class org.xipki.ca.server.X509CaModule
auditService, finish, newAuditEvent, setEventStatus, verifySignature
-
-
-
-
Constructor Detail
-
X509RemoverModule
public X509RemoverModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisherModule)
-
-
Method Detail
-
removeCert
public org.xipki.ca.api.CertWithDbId removeCert(CertStore.SerialWithId serialNumber, org.xipki.audit.AuditEvent event) throws org.xipki.util.exception.OperationException
- Throws:
org.xipki.util.exception.OperationException
-
removeCert
public org.xipki.ca.api.CertWithDbId removeCert(BigInteger serialNumber, org.xipki.audit.AuditEvent event) throws org.xipki.util.exception.OperationException
- Throws:
org.xipki.util.exception.OperationException
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-