weblogic.management.security.pk
Class KeyStoreImpl
java.lang.Object
   weblogic.management.security.BaseMBeanImpl
weblogic.management.security.BaseMBeanImpl
       weblogic.management.security.ProviderImpl
weblogic.management.security.ProviderImpl
           weblogic.management.security.pk.KeyStoreImpl
weblogic.management.security.pk.KeyStoreImpl
- public class KeyStoreImpl 
- extends ProviderImpl
This is the class that all KeyStore security providers should
 extend to implement their security provider's configuration
 data, should additional data be needed.  Some KeyStore
 security providers may find that this class provides all
 needed API for their configuration, and so would not extend this class.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KeyStoreImpl
public KeyStoreImpl(ModelMBean base)
             throws MBeanException
- Constructor for the KeyStoreImpl object
 
- Parameters:
- base- Description of the Parameter
- Throws:
- MBeanException- Description of the Exception
 
KeyStoreImpl
protected KeyStoreImpl(RequiredModelMBean base)
                throws MBeanException
- Throws:
- MBeanException