| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt | |
| org.xipki.ca.api.mgmt.entry |
| Modifier and Type | Method and Description |
|---|---|
CaEntry |
CaManager.getCa(String caName)
Gets the CA named
caName. |
CaEntry |
CaConf.SingleCa.getCaEntry() |
CaEntry |
MgmtMessage.CaEntryWrapper.toCaEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addCa(CaEntry caEntry)
Adds a CA.
|
org.xipki.security.X509Cert |
CaManager.generateRootCa(CaEntry caEntry,
String certprofileName,
String subject,
String serialNumber,
Date notBefore,
Date notAfter)
Generates a self-signed CA certificate.
|
| Constructor and Description |
|---|
CaEntryWrapper(CaEntry caEntry) |
SingleCa(String name,
CaConf.GenSelfIssued genSelfIssued,
CaEntry caEntry,
List<String> aliases,
List<String> profileNames,
List<CaHasRequestorEntry> requestors,
List<String> publisherNames) |
| Modifier and Type | Method and Description |
|---|---|
CaEntry |
CaEntry.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CaEntry.equals(CaEntry obj,
boolean ignoreDynamicFields,
boolean ignoreId) |
void |
CaConfColumn.fillCaEntry(CaEntry entry) |
Copyright © 2023. All rights reserved.