| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt | |
| org.xipki.ca.api.mgmt.entry |
| Modifier and Type | Method and Description |
|---|---|
CertprofileEntry |
CaConf.getCertprofile(String name) |
CertprofileEntry |
CaManager.getCertprofile(String profileName)
Returns the certificate profile named
profileName. |
CertprofileEntry |
MgmtRequest.AddCertprofile.getCertprofileEntry() |
CertprofileEntry |
MgmtResponse.GetCertprofile.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addCertprofile(CertprofileEntry certprofileEntry)
Adds a certificate profile.
|
void |
CaConf.addProfile(CertprofileEntry profile) |
void |
MgmtRequest.AddCertprofile.setCertprofileEntry(CertprofileEntry certprofileEntry) |
void |
MgmtResponse.GetCertprofile.setResult(CertprofileEntry result) |
| Constructor and Description |
|---|
GetCertprofile(CertprofileEntry result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CertprofileEntry.equals(CertprofileEntry obj,
boolean ignoreId) |
Copyright © 2021. All rights reserved.