| Package | Description |
|---|---|
| com.netscape.certsrv.system | |
| com.netscape.cms.servlet.csadmin | |
| org.dogtagpki.server.rest |
| Modifier and Type | Field and Description |
|---|---|
protected SystemCertData |
ConfigurationResponse.adminCert |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SystemCertData> |
ConfigurationResponse.systemCerts |
protected java.util.List<SystemCertData> |
ConfigurationRequest.systemCerts |
| Modifier and Type | Method and Description |
|---|---|
SystemCertData |
ConfigurationResponse.getAdminCert() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SystemCertData> |
ConfigurationResponse.getSystemCerts() |
java.util.List<SystemCertData> |
ConfigurationRequest.getSystemCerts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationResponse.setAdminCert(SystemCertData adminCert) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationResponse.setSystemCerts(java.util.List<SystemCertData> systemCerts) |
void |
ConfigurationRequest.setSystemCerts(java.util.List<SystemCertData> systemCerts) |
| Modifier and Type | Method and Description |
|---|---|
static SystemCertData |
SystemCertDataFactory.create(Cert cert) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<SystemCertData> |
SystemCertDataFactory.create(java.util.Collection<Cert> certs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemConfigService.processCert(ConfigurationRequest request,
java.lang.String token,
java.util.Collection<java.lang.String> certList,
java.util.Collection<Cert> certs,
org.apache.commons.lang.mutable.MutableBoolean hasSigningCert,
SystemCertData certData,
java.lang.String tokenName) |