Uses of Class
org.xipki.ca.server.CertRevInfoWithSerial
-
Packages that use CertRevInfoWithSerial Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of CertRevInfoWithSerial in org.xipki.ca.server
Methods in org.xipki.ca.server that return types with arguments of type CertRevInfoWithSerial Modifier and Type Method Description List<CertRevInfoWithSerial>CertStore. getCertsForDeltaCrl(org.xipki.ca.api.NameId ca, BigInteger baseCrlNumber, Instant notExpiredAt)List<CertRevInfoWithSerial>CertStore. getRevokedCerts(org.xipki.ca.api.NameId ca, Instant notExpiredAt, long startId, int numEntries)Methods in org.xipki.ca.server with parameters of type CertRevInfoWithSerial Modifier and Type Method Description intCertRevInfoWithSerial. compareTo(CertRevInfoWithSerial other) -
Uses of CertRevInfoWithSerial in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db that return types with arguments of type CertRevInfoWithSerial Modifier and Type Method Description List<CertRevInfoWithSerial>DbCertStore. getCertsForDeltaCrl(org.xipki.ca.api.NameId ca, BigInteger baseCrlNumber, Instant notExpiredAt)List<CertRevInfoWithSerial>DbCertStore. getRevokedCerts(org.xipki.ca.api.NameId ca, Instant notExpiredAt, long startId, int numEntries)
-