| Package | Description |
|---|---|
| com.netscape.certsrv.authority | |
| com.netscape.cmstools.authority |
| Modifier and Type | Method and Description |
|---|---|
AuthorityData |
AuthorityClient.createCA(AuthorityData data) |
AuthorityData |
AuthorityClient.getCA(java.lang.String caIDString) |
AuthorityData |
AuthorityClient.modifyCA(AuthorityData data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthorityData> |
AuthorityClient.listCAs() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthorityResource.createCA(AuthorityData data) |
AuthorityData |
AuthorityClient.createCA(AuthorityData data) |
AuthorityData |
AuthorityClient.modifyCA(AuthorityData data) |
javax.ws.rs.core.Response |
AuthorityResource.modifyCA(java.lang.String caIDString,
AuthorityData data)
Modify a CA (supports partial updates).
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AuthorityCLI.printAuthorityData(AuthorityData data) |