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 AuthorityDataAuthorityClient. createCA(AuthorityData data)AuthorityDataAuthorityClient. getCA(java.lang.String caIDString)AuthorityDataAuthorityClient. 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 AuthorityDataAuthorityClient. createCA(AuthorityData data)javax.ws.rs.core.ResponseAuthorityResource. createCA(AuthorityData data)AuthorityDataAuthorityClient. modifyCA(AuthorityData data)javax.ws.rs.core.ResponseAuthorityResource. 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 voidAuthorityCLI. printAuthorityData(AuthorityData data)
-