Uses of Class
org.xipki.ca.server.CertStore.SerialWithId
-
Packages that use CertStore.SerialWithId Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of CertStore.SerialWithId in org.xipki.ca.server
Methods in org.xipki.ca.server that return types with arguments of type CertStore.SerialWithId Modifier and Type Method 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, Instant latestLastUpdate, int numEntries)Methods in org.xipki.ca.server with parameters of type CertStore.SerialWithId Modifier and Type Method Description org.xipki.ca.api.CertWithDbIdX509RemoverModule. removeCert(CertStore.SerialWithId serialNumber, org.xipki.audit.AuditEvent event)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. revokeSuspendedCert(org.xipki.ca.api.NameId ca, CertStore.SerialWithId serialNumber, org.xipki.security.CrlReason reason, CaIdNameMap idNameMap) -
Uses of CertStore.SerialWithId in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db that return types with arguments of type CertStore.SerialWithId Modifier and Type Method Description List<CertStore.SerialWithId>DbCertStore. getExpiredUnrevokedSerialNumbers(org.xipki.ca.api.NameId ca, long expiredAt, int numEntries)List<CertStore.SerialWithId>DbCertStore. getSerialNumbers(org.xipki.ca.api.NameId ca, long startId, int numEntries, boolean onlyRevoked)List<CertStore.SerialWithId>DbCertStore. getSuspendedCertSerials(org.xipki.ca.api.NameId ca, Instant latestLastUpdate, int numEntries)Methods in org.xipki.ca.server.db with parameters of type CertStore.SerialWithId Modifier and Type Method Description org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. revokeSuspendedCert(org.xipki.ca.api.NameId ca, CertStore.SerialWithId serialNumber, org.xipki.security.CrlReason reason, CaIdNameMap idNameMap)
-