| Package | Description |
|---|---|
| org.xipki.ca.server.mgmt.api | |
| org.xipki.ca.server.mgmt.api.conf |
| Modifier and Type | Method and Description |
|---|---|
CaEntry |
CaManager.getCa(String caName)
Gets the CA named
caName. |
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addCa(CaEntry caEntry)
Adds a CA.
|
boolean |
CaEntry.equals(CaEntry obj,
boolean ignoreDynamicFields,
boolean ignoreId) |
X509Certificate |
CaManager.generateRootCa(CaEntry caEntry,
String certprofileName,
byte[] encodedCsr,
BigInteger serialNumber)
Generates a self-signed CA certificate.
|
| Modifier and Type | Method and Description |
|---|---|
CaEntry |
SingleCaConf.getCaEntry() |
| Constructor and Description |
|---|
SingleCaConf(String name,
GenSelfIssued genSelfIssued,
CaEntry caEntry,
List<String> aliases,
List<String> profileNames,
List<CaHasRequestorEntry> requestors,
List<CaHasUserEntry> users,
List<String> publisherNames) |
Copyright © 2018. All rights reserved.