See: Description
Class | Description |
---|---|
WaarpSecureKeyStore |
SecureKeyStore for SLL
|
WaarpSecureTrustManagerFactory |
A SecureTrustManagerFactory
|
WaarpSslContextFactory |
SSL ContextFactory for Netty.
|
WaarpSslHandler | |
WaarpSslUtility |
Utilities for SSL support
|
WaarpX509TrustManager |
Waarp X509 Trust Manager implementation
|
To generate the stores for Waarp for instance, you need to create 2 JKS
keyStore. To generate those files,
you can use the "keytool" command from the JDK or using the free tool
KeyTool
IUI (last known version in
2.4.1).
See Certificate-Howto.txt file
Usage:
In order to use the SSL support, here are the different steps.
On Client side:
For example, see Waarp Local Exec module using SSL:
localExecClientInitializer = new LocalExecSslClientInitializer(ggSslContextFactory);
bootstrap.setInitializer(localExecClientInitializer);
For example, see Waarp Local Exec module using SSL:
bootstrap.setInitializer(new LocalExecSslServerInitializer(ggSslContextFactory,
delay));
Copyright © 2009–2020 Waarp. All rights reserved.