Uses of Interface
org.dogtagpki.server.ca.ICertificateAuthority
-
-
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 org.mozilla.jss.netscape.security.x509.AuthorityKeyIdentifierExtensionAuthorityKeyIdentifierExtDefault. createExtension(ICertificateAuthority ca, org.mozilla.jss.netscape.security.x509.X509CertInfo info)org.mozilla.jss.netscape.security.x509.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.cmscore.authentication
Fields in com.netscape.cmscore.authentication declared as ICertificateAuthority Modifier and Type Field Description protected ICertificateAuthorityChallengePhraseAuthentication. mCA -
Uses of ICertificateAuthority in com.netscape.cmscore.cert
Fields in com.netscape.cmscore.cert declared as ICertificateAuthority Modifier and Type Field Description protected ICertificateAuthorityCrossCertPairSubsystem. mCa -
Uses of ICertificateAuthority in com.netscape.cmscore.request
Constructors in com.netscape.cmscore.request with parameters of type ICertificateAuthority Constructor Description ARequestNotifier(ICertificateAuthority ca) -
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 -
Uses of ICertificateAuthority in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.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(org.mozilla.jss.netscape.security.x509.X500Name dn)Get the CA by DN.Methods in org.dogtagpki.server.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.
-