org.neociclo.accord.odetteftp.camel
Class DefaultSSLEngineFactory
java.lang.Object
org.neociclo.accord.odetteftp.camel.DefaultSSLEngineFactory
- All Implemented Interfaces:
- SSLEngineFactory
public class DefaultSSLEngineFactory
- extends Object
- implements SSLEngineFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSSLEngineFactory
public DefaultSSLEngineFactory()
setup
public SSLEngineFactory setup(String keyStoreFormat,
String securityProvider,
File keyStoreFile,
File trustStoreFile,
char[] passphrase)
throws Exception
- Specified by:
setup
in interface SSLEngineFactory
- Throws:
Exception
createClientSSLEngine
public SSLEngine createClientSSLEngine()
- Specified by:
createClientSSLEngine
in interface SSLEngineFactory
ACCORD