org.apache.camel.component.netty.ssl
Class SSLEngineFactory

java.lang.Object
  extended by org.apache.camel.component.netty.ssl.SSLEngineFactory

public class SSLEngineFactory
extends Object


Constructor Summary
SSLEngineFactory(String keyStoreFormat, String securityProvider, File keyStoreFile, File trustStoreFile, char[] passphrase)
           
 
Method Summary
 SSLEngine createClientSSLEngine()
           
 SSLEngine createServerSSLEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLEngineFactory

public SSLEngineFactory(String keyStoreFormat,
                        String securityProvider,
                        File keyStoreFile,
                        File trustStoreFile,
                        char[] passphrase)
                 throws Exception
Throws:
Exception
Method Detail

createServerSSLEngine

public SSLEngine createServerSSLEngine()

createClientSSLEngine

public SSLEngine createClientSSLEngine()


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.