com.hazelcast.nio.ssl
Class BasicSSLContextFactory

java.lang.Object
  extended by com.hazelcast.nio.ssl.BasicSSLContextFactory
All Implemented Interfaces:
SSLContextFactory

public class BasicSSLContextFactory
extends Object
implements SSLContextFactory


Constructor Summary
BasicSSLContextFactory()
           
 
Method Summary
 SSLContext getSSLContext()
           
 void init(Properties properties)
          Initializes this class with config from SSLConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSSLContextFactory

public BasicSSLContextFactory()
Method Detail

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.