| java.lang.Object com.sun.jbi.internal.security.https.TlsContext
TlsContext | public class TlsContext (Code) | | author: Sun Microsystems, Inc. |
TlsContext | public TlsContext(SSLContext sslCtx, boolean isClientAuthReq, KeyStoreManager ksMgr)(Code) | | Creates a new instance of TlsContext.
Parameters: sslCtx - is an initialized SSLContext Parameters: isClientAuthReq - is a boolean indicating whether Client Auth is required. Parameters: ksMgr - is the KeyStoreManager |
getKeyStoreManager | public KeyStoreManager getKeyStoreManager()(Code) | | Get the KeyStoreManager associated with this Tls Context.
the KeyStoreManager instance. |
isClientAuthRequired | public boolean isClientAuthRequired()(Code) | | true if ClientAuth required |
|
|