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 java.util.List<CertListInfo>MgmtResponse.ListCertificates. getResult()java.util.List<CertListInfo>CaManager. listCertificates(java.lang.String caName, org.bouncycastle.asn1.x500.X500Name subjectPattern, java.time.Instant validFrom, java.time.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(java.util.List<CertListInfo> result)Constructor parameters in org.xipki.ca.api.mgmt with type arguments of type CertListInfo Constructor Description ListCertificates(java.util.List<CertListInfo> result)
-