Uses of Class
com.netscape.certsrv.authority.AuthorityData
-
Packages that use AuthorityData Package Description com.netscape.certsrv.authority com.netscape.cmstools.authority -
-
Uses of AuthorityData in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return AuthorityData Modifier and Type Method Description AuthorityData
AuthorityClient. createCA(AuthorityData data)
AuthorityData
AuthorityClient. getCA(java.lang.String caIDString)
AuthorityData
AuthorityClient. modifyCA(AuthorityData data)
Methods in com.netscape.certsrv.authority that return types with arguments of type AuthorityData Modifier and Type Method Description java.util.List<AuthorityData>
AuthorityClient. findCAs(java.lang.String id, java.lang.String parentID, java.lang.String dn, java.lang.String issuerDN)
java.util.List<AuthorityData>
AuthorityClient. listCAs()
Methods in com.netscape.certsrv.authority with parameters of type AuthorityData Modifier and Type Method Description AuthorityData
AuthorityClient. createCA(AuthorityData data)
javax.ws.rs.core.Response
AuthorityResource. 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). -
Uses of AuthorityData in com.netscape.cmstools.authority
Methods in com.netscape.cmstools.authority with parameters of type AuthorityData Modifier and Type Method Description protected static void
AuthorityCLI. printAuthorityData(AuthorityData data)
-