| Package | Description |
|---|---|
| org.xipki.ca.server | |
| org.xipki.ca.server.db |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.ca.api.CertWithDbId |
X509RemoverModule.removeCert(CertStore.SerialWithId serialNumber,
org.xipki.audit.AuditEvent event) |
| Modifier and Type | Method and Description |
|---|---|
List<CertStore.SerialWithId> |
CertStore.getExpiredUnrevokedSerialNumbers(org.xipki.ca.api.NameId ca,
long expiredAt,
int numEntries) |
List<CertStore.SerialWithId> |
CertStore.getSerialNumbers(org.xipki.ca.api.NameId ca,
long startId,
int numEntries,
boolean onlyRevoked) |
List<CertStore.SerialWithId> |
CertStore.getSuspendedCertSerials(org.xipki.ca.api.NameId ca,
long latestLastUpdate,
int numEntries) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.ca.api.mgmt.CertWithRevocationInfo |
CertStore.revokeSuspendedCert(org.xipki.ca.api.NameId ca,
CertStore.SerialWithId serialNumber,
org.xipki.security.CrlReason reason,
CaIdNameMap idNameMap) |
Copyright © 2022. All rights reserved.