| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
List<CertListInfo> |
MgmtResponse.ListCertificates.getResult() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MgmtResponse.ListCertificates.setResult(List<CertListInfo> result) |
| Constructor and Description |
|---|
ListCertificates(List<CertListInfo> result) |
Copyright © 2021. All rights reserved.