|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyManagerExtendedInfo
KeyManager Extended Info Interface. This interface is extended by custom Key Managers which need information about the current SSL configuration to make decisions about whether to change the key information.
JSSEHelper
Method Summary | |
---|---|
void |
setCustomProperties(java.util.Properties customProperties)
Method called by WebSphere Application Server runtime to set the custom properties configured for the custom KeyManager. |
void |
setDefaultX509KeyManager(javax.net.ssl.X509KeyManager defaultX509KeyManager)
Method called by WebSphere Application Server runtime to set the default X509KeyManager created by the IbmX509 KeyManagerFactory using the KeyStore information present in this SSL configuration. |
void |
setKeyStore(java.security.KeyStore keyStore)
Method called by WebSphere Application Server runtime to set the SSL KeyStore used for this connection. |
void |
setKeyStoreClientAlias(java.lang.String clientAlias)
Method called by WebSphere Application Server runtime to set the SSL KeyStore certificate alias configured for use by client configurations. |
void |
setKeyStoreServerAlias(java.lang.String serverAlias)
Method called by WebSphere Application Server runtime to set the SSL KeyStore certificate alias configured for use by server configurations. |
void |
setSSLConfig(java.util.Properties config)
Method called by WebSphere Application Server runtime to set the SSL configuration properties being used for this connection. |
Method Detail |
---|
void setCustomProperties(java.util.Properties customProperties)
java.util.Properties
- - contains the custom properties configured.void setSSLConfig(java.util.Properties config)
java.util.Properties
- - contains a property for the SSL configuration.void setDefaultX509KeyManager(javax.net.ssl.X509KeyManager defaultX509KeyManager)
javax.net.ssl.KeyManager
- defaultX509KeyManager - default IbmX509 key manager for delegationvoid setKeyStore(java.security.KeyStore keyStore)
java.security.KeyStore
- - the KeyStore currently configuredvoid setKeyStoreServerAlias(java.lang.String serverAlias)
String
- - the KeyStore server certificate alias currently configuredvoid setKeyStoreClientAlias(java.lang.String clientAlias)
String
- - the KeyStore client certificate alias currently configured
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |