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