Uses of Interface
com.netscape.certsrv.ca.ICertificateAuthority
-
-
Uses of ICertificateAuthority in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return ICertificateAuthority Modifier and Type Method Description ICertificateAuthorityICertificateAuthority. createCA(IAuthToken authToken, java.lang.String dn, AuthorityID parentAID, java.lang.String desc)Create a new sub-CA under the specified parent CA.ICertificateAuthorityICertificateAuthority. createSubCA(IAuthToken authToken, java.lang.String dn, java.lang.String desc)Create a new sub-CA IMMEDIATELY beneath this one.ICertificateAuthorityICertificateAuthority. getCA(AuthorityID aid)Get the CA by ID.ICertificateAuthorityICertificateAuthority. getCA(X500Name dn)Get the CA by DN.Methods in com.netscape.certsrv.ca that return types with arguments of type ICertificateAuthority Modifier and Type Method Description java.util.List<ICertificateAuthority>ICertificateAuthority. getCAs()Enumerate all authorities, including host authority. -
Uses of ICertificateAuthority in com.netscape.certsrv.request
Constructors in com.netscape.certsrv.request with parameters of type ICertificateAuthority Constructor Description ARequestNotifier(ICertificateAuthority ca) -
Uses of ICertificateAuthority in com.netscape.cms.jobs
Fields in com.netscape.cms.jobs declared as ICertificateAuthority Modifier and Type Field Description protected ICertificateAuthorityRenewalNotificationJob. mCA -
Uses of ICertificateAuthority in com.netscape.cms.profile.constraint
Fields in com.netscape.cms.profile.constraint declared as ICertificateAuthority Modifier and Type Field Description ICertificateAuthorityUniqueKeyConstraint. mCA -
Uses of ICertificateAuthority in com.netscape.cms.profile.def
Fields in com.netscape.cms.profile.def declared as ICertificateAuthority Modifier and Type Field Description ICertificateAuthorityCAValidityDefault. mCAMethods in com.netscape.cms.profile.def with parameters of type ICertificateAuthority Modifier and Type Method Description AuthorityKeyIdentifierExtensionAuthorityKeyIdentifierExtDefault. createExtension(ICertificateAuthority ca, X509CertInfo info)KeyIdentifierCAEnrollDefault. getCAKeyIdentifier(ICertificateAuthority ca) -
Uses of ICertificateAuthority in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as ICertificateAuthority Modifier and Type Field Description protected ICertificateAuthorityCMSServlet. certAuthority -
Uses of ICertificateAuthority in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that return ICertificateAuthority Modifier and Type Method Description ICertificateAuthorityRevocationProcessor. getAuthority()Methods in com.netscape.cms.servlet.cert with parameters of type ICertificateAuthority Modifier and Type Method Description voidRevocationProcessor. setAuthority(ICertificateAuthority authority) -
Uses of ICertificateAuthority in com.netscape.cms.servlet.processors
Fields in com.netscape.cms.servlet.processors declared as ICertificateAuthority Modifier and Type Field Description protected ICertificateAuthorityCAProcessor. authority -
Uses of ICertificateAuthority in org.dogtagpki.legacy.server.policy.constraints
Fields in org.dogtagpki.legacy.server.policy.constraints declared as ICertificateAuthority Modifier and Type Field Description ICertificateAuthoritySubCANameConstraints. mCAICertificateAuthorityUniqueSubjectNameConstraints. mCA
-