| Package | Description |
|---|---|
| com.netscape.certsrv.system | |
| com.netscape.cms.servlet.csadmin |
| 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) |