org.apache.camel.component.netty.ssl
Class SSLEngineFactory
java.lang.Object
org.apache.camel.component.netty.ssl.SSLEngineFactory
public class SSLEngineFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLEngineFactory
public SSLEngineFactory(String keyStoreFormat,
String securityProvider,
File keyStoreFile,
File trustStoreFile,
char[] passphrase)
throws Exception
- Throws:
Exception
createServerSSLEngine
public SSLEngine createServerSSLEngine()
createClientSSLEngine
public SSLEngine createClientSSLEngine()
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.