| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
MgmtEntry.CaHasRequestor |
RequestorInfo.CmpRequestorInfo.getCaHasRequestor() |
MgmtEntry.CaHasRequestor |
MgmtRequest.AddRequestorToCa.getRequestor() |
| Modifier and Type | Method and Description |
|---|---|
List<MgmtEntry.CaHasRequestor> |
CaConf.SingleCa.getRequestors() |
Set<MgmtEntry.CaHasRequestor> |
CaManager.getRequestorsForCa(String caName)
Returns the Requests supported by the CA
caName. |
Set<MgmtEntry.CaHasRequestor> |
MgmtResponse.GetRequestorsForCa.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addRequestorToCa(MgmtEntry.CaHasRequestor requestor,
String caName)
Adds the requestor
requestorName to the CA caName. |
boolean |
MgmtEntry.CaHasRequestor.equals(MgmtEntry.CaHasRequestor obj,
boolean ignoreId) |
void |
MgmtRequest.AddRequestorToCa.setRequestor(MgmtEntry.CaHasRequestor requestor) |
| Modifier and Type | Method and Description |
|---|---|
void |
MgmtResponse.GetRequestorsForCa.setResult(Set<MgmtEntry.CaHasRequestor> result) |
| Constructor and Description |
|---|
CmpRequestorInfo(MgmtEntry.CaHasRequestor caHasRequestor,
CertWithDbId cert) |
CmpRequestorInfo(MgmtEntry.CaHasRequestor caHasRequestor,
char[] password,
byte[] keyId) |
| Constructor and Description |
|---|
GetRequestorsForCa(Set<MgmtEntry.CaHasRequestor> result) |
SingleCa(String name,
CaConf.GenSelfIssued genSelfIssued,
MgmtEntry.Ca caEntry,
List<String> aliases,
List<String> profileNames,
List<MgmtEntry.CaHasRequestor> requestors,
List<MgmtEntry.CaHasUser> users,
List<String> publisherNames) |
Copyright © 2019. All rights reserved.