| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
static CertListOrderBy |
CertListOrderBy.forValue(String value) |
CertListOrderBy |
MgmtRequest.ListCertificates.getOrderBy() |
static CertListOrderBy |
CertListOrderBy.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertListInfo> |
CaManager.listCertificates(String caName,
org.bouncycastle.asn1.x500.X500Name subjectPattern,
Date validFrom,
Date validTo,
CertListOrderBy orderBy,
int numEntries)
Returns a sorted list of certificate meta information.
|
void |
MgmtRequest.ListCertificates.setOrderBy(CertListOrderBy orderBy) |
Copyright © 2023. All rights reserved.