| java.lang.Object com.sun.jbi.internal.security.keymgt.AppSrvKeyStoreManager
AppSrvKeyStoreManager | public AppSrvKeyStoreManager()(Code) | | Constructor.
|
getCertStore | public CertStore getCertStore()(Code) | | a CertificateStore instance, this method returns null, use CertStoreCallback |
getKeyStore | public KeyStore getKeyStore()(Code) | | a KeyStore instance. This method returns null, since we do not haveaccess to App Serv keystore. |
getKeyStorePassword | public String getKeyStorePassword()(Code) | | the password required for accessing the KeyStore |
getName | public String getName()(Code) | | Get the name of the KeyStoreManager.
the name of KeyStoreManager |
getTrustStore | public KeyStore getTrustStore()(Code) | | a TrustStore instance. This method returns null, use the TrustStoreCallback instead. |
getType | public String getType()(Code) | | Get the Type String.
In Shasta 1.0 we support "JavaStandard" which encompasses : JKS, PKCS12, JCEKS
and "SJSAS" which implies the Application Server environment.
manager type |
geyTrustStorePassword | public String geyTrustStorePassword()(Code) | | the password required for accessing the Trust Store |
handle | public void handle(Callback[] callbacks) throws java.io.IOException, UnsupportedCallbackException(Code) | | The implementation on the CallbackHandlerInterface. This class supports
CertStoreCallback, PrivateKeyCallback, SecretKeyCallback & TrustStoreCallback
Parameters: callbacks - - array of Callbacks to be handled. throws: java.io.IOException - - if an input or output error occurs. throws: UnsupportedCallbackException - - if the implementation of this methoddoes not support one or more of the Callbacks specified in the callbacks parameter. |
setName | public void setName(String name)(Code) | | Set the User KeyStoreManager.
Parameters: name - is the name of the KeyStoreManager |
setStringTranslator | public void setStringTranslator(StringTranslator translator)(Code) | | Set the StringTranslator on the Plugin. The StringTranslator
is created for the package the plugin belongs to.
Parameters: translator - is the StringTranslator to use. |
setType | public void setType(String type)(Code) | | Set the type string.
Parameters: type - is the type. |
|
|