Uses of Class
org.xipki.ca.api.mgmt.CertListInfo
-
Packages that use CertListInfo Package Description org.xipki.ca.api.mgmt -
-
Uses of CertListInfo in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return types with arguments of type CertListInfo Modifier and Type Method Description List<CertListInfo>MgmtResponse.ListCertificates. getResult()List<CertListInfo>CaManager. listCertificates(String caName, org.bouncycastle.asn1.x500.X500Name subjectPattern, Instant validFrom, Instant validTo, CertListOrderBy orderBy, int numEntries)Returns a sorted list of certificate meta information.Method parameters in org.xipki.ca.api.mgmt with type arguments of type CertListInfo Modifier and Type Method Description voidMgmtResponse.ListCertificates. setResult(List<CertListInfo> result)Constructor parameters in org.xipki.ca.api.mgmt with type arguments of type CertListInfo Constructor Description ListCertificates(List<CertListInfo> result)
-