public class SSLEngineFactoryAdaptor extends Object implements com.hazelcast.nio.ssl.SSLEngineFactory
SSLEngineFactory that adapts a SSLContextFactory to act like a SSLEngineFactory.| Constructor and Description |
|---|
SSLEngineFactoryAdaptor(com.hazelcast.nio.ssl.SSLContextFactory sslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
create(boolean clientMode) |
void |
init(Properties properties,
boolean forClient) |
public SSLEngineFactoryAdaptor(com.hazelcast.nio.ssl.SSLContextFactory sslContextFactory)
public SSLEngine create(boolean clientMode)
create in interface com.hazelcast.nio.ssl.SSLEngineFactorypublic void init(Properties properties, boolean forClient) throws Exception
init in interface com.hazelcast.nio.ssl.SSLEngineFactoryExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.