Modifier and Type | Method and 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(netscape.security.x509.X500Name dn)
Get the CA by DN.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ICertificateAuthority> |
ICertificateAuthority.getCAs()
Enumerate all authorities, including host authority.
|
Constructor and Description |
---|
ARequestNotifier(ICertificateAuthority ca) |
Modifier and Type | Field and Description |
---|---|
protected ICertificateAuthority |
RenewalNotificationJob.mCA |
Modifier and Type | Field and Description |
---|---|
ICertificateAuthority |
UniqueSubjectNameConstraints.mCA
Deprecated.
|
ICertificateAuthority |
SubCANameConstraints.mCA
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
ICertificateAuthority |
UniqueKeyConstraint.mCA |
Modifier and Type | Field and Description |
---|---|
ICertificateAuthority |
CAValidityDefault.mCA |
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.AuthorityKeyIdentifierExtension |
AuthorityKeyIdentifierExtDefault.createExtension(ICertificateAuthority ca,
netscape.security.x509.X509CertInfo info) |
netscape.security.x509.KeyIdentifier |
CAEnrollDefault.getCAKeyIdentifier(ICertificateAuthority ca) |
Modifier and Type | Field and Description |
---|---|
protected ICertificateAuthority |
CMSServlet.certAuthority |
Modifier and Type | Method and Description |
---|---|
ICertificateAuthority |
RevocationProcessor.getAuthority() |
Modifier and Type | Method and Description |
---|---|
void |
RevocationProcessor.setAuthority(ICertificateAuthority authority) |
Modifier and Type | Method and Description |
---|---|
static netscape.security.x509.X509CertImpl |
CertUtil.createLocalCert(IConfigStore config,
netscape.security.x509.X509Key x509key,
java.lang.String prefix,
java.lang.String certTag,
java.lang.String type,
ICertificateAuthority ca,
org.apache.velocity.context.Context context) |
static netscape.security.x509.X509CertImpl |
CertUtil.createLocalCertWithCA(IConfigStore config,
netscape.security.x509.X509Key x509key,
java.lang.String prefix,
java.lang.String certTag,
java.lang.String type,
ICertificateAuthority ca) |
Modifier and Type | Field and Description |
---|---|
protected ICertificateAuthority |
CAProcessor.authority |