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