Uses of Class
org.xipki.ca.api.mgmt.CertListOrderBy
-
Packages that use CertListOrderBy Package Description org.xipki.ca.api.mgmt -
-
Uses of CertListOrderBy in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CertListOrderBy Modifier and Type Method Description static CertListOrderByCertListOrderBy. forValue(String value)CertListOrderByMgmtRequest.ListCertificates. getOrderBy()static CertListOrderByCertListOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static CertListOrderBy[]CertListOrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.mgmt with parameters of type CertListOrderBy Modifier and Type Method Description 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.voidMgmtRequest.ListCertificates. setOrderBy(CertListOrderBy orderBy)
-