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 ICertificateAuthority
ICertificateAuthority. createCA(IAuthToken authToken, java.lang.String dn, AuthorityID parentAID, java.lang.String desc)
Create a new sub-CA under the specified parent CA.ICertificateAuthority
ICertificateAuthority. createSubCA(IAuthToken authToken, java.lang.String dn, java.lang.String desc)
Create a new sub-CA IMMEDIATELY beneath this one.ICertificateAuthority
ICertificateAuthority. getCA(AuthorityID aid)
Get the CA by ID.ICertificateAuthority
ICertificateAuthority. 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 ICertificateAuthority
RenewalNotificationJob. 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 ICertificateAuthority
UniqueKeyConstraint. 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 ICertificateAuthority
CAValidityDefault. mCA
Methods in com.netscape.cms.profile.def with parameters of type ICertificateAuthority Modifier and Type Method Description AuthorityKeyIdentifierExtension
AuthorityKeyIdentifierExtDefault. createExtension(ICertificateAuthority ca, X509CertInfo info)
KeyIdentifier
CAEnrollDefault. 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 ICertificateAuthority
CMSServlet. 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 ICertificateAuthority
RevocationProcessor. getAuthority()
Methods in com.netscape.cms.servlet.cert with parameters of type ICertificateAuthority Modifier and Type Method Description void
RevocationProcessor. 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 ICertificateAuthority
CAProcessor. 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 ICertificateAuthority
SubCANameConstraints. mCA
ICertificateAuthority
UniqueSubjectNameConstraints. mCA
-