| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CertRevocCaMBean | CertRevocMBean. createCertRevocCa(java.lang.String name) | This is the factory method for certificate revocation checking
 configuration CA overrides. | 
| CertRevocCaMBean[] | CertRevocMBean. getCertRevocCas() | Returns the CertRevocCaMBeans representing the certificate
 authority overrides, which have been
 configured to be part of this certificate revocation checking configuration. | 
| CertRevocCaMBean | CertRevocMBean. lookupCertRevocCa(java.lang.String name) | Lookup a particular CertRevocCaMBean from the list. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | CertRevocMBean. destroyCertRevocCa(CertRevocCaMBean child) | Destroys and removes a certificate authority override,
 which is a child of this certificate revocation checking
 configuration. |