com.hazelcast.nio.ssl
Class BasicSSLContextFactory
java.lang.Object
com.hazelcast.nio.ssl.BasicSSLContextFactory
- All Implemented Interfaces:
- SSLContextFactory
public class BasicSSLContextFactory
- extends Object
- implements SSLContextFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSSLContextFactory
public BasicSSLContextFactory()
init
public void init(Properties properties)
throws Exception
- Description copied from interface:
SSLContextFactory
- Initializes this class with config from
SSLConfig
- Specified by:
init
in interface SSLContextFactory
- Parameters:
properties
- properties form config
- Throws:
Exception
getSSLContext
public SSLContext getSSLContext()
- Specified by:
getSSLContext
in interface SSLContextFactory
- Returns:
- SSLContext
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.