| Package | Description | 
|---|---|
| org.waarp.common.crypto.ssl | 
 Classes implementing SSL support for Netty
 
 To generate the stores for Waarp for instance, you need to create 2 JKS
 keyStore. 
 | 
| org.waarp.ftp.core.control.ftps | 
 This module is for FTPS support as native SSL/TLS on port 990 similar to RFC
 2818. 
 | 
| org.waarp.gateway.ftp.adminssl | 
 Classes implementing HTTPS Administration support 
 | 
| org.waarp.openr66.protocol.configuration | 
 Class implementing Configuration 
 | 
| org.waarp.openr66.protocol.networkhandler.ssl | 
 Classes implementing Network SSL Handler (multiplexing local handlers) 
 | 
| Constructor and Description | 
|---|
WaarpSslContextFactory(WaarpSecureKeyStore ggSecureKeyStore)
Create both CONTEXT 
 | 
WaarpSslContextFactory(WaarpSecureKeyStore ggSecureKeyStore,
                      boolean serverMode)
Create only one of the CONTEXT 
 | 
WaarpSslContextFactory(WaarpSecureKeyStore ggSecureKeyStore,
                      boolean serverMode,
                      List<String> ciphers,
                      String... protocols)
Create only one of the CONTEXT with ciphers and/or protocols 
 | 
WaarpSslContextFactory(WaarpSecureKeyStore ggSecureKeyStore,
                      List<String> ciphers,
                      String... protocols)
Create both CONTEXT with ciphers and/or protocols 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static WaarpSecureKeyStore | 
FtpsInitializer.waarpSecureKeyStore  | 
| Modifier and Type | Field and Description | 
|---|---|
static WaarpSecureKeyStore | 
HttpSslInitializer.waarpSecureKeyStore  | 
| Modifier and Type | Method and Description | 
|---|---|
static WaarpSecureKeyStore | 
Configuration.getWaarpSecureKeyStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Configuration.setWaarpSecureKeyStore(WaarpSecureKeyStore waarpSecureKeyStore)  | 
| Modifier and Type | Method and Description | 
|---|---|
static WaarpSecureKeyStore | 
NetworkSslServerInitializer.getWaarpSecureKeyStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
NetworkSslServerInitializer.setWaarpSecureKeyStore(WaarpSecureKeyStore waarpSecureKeyStore)  | 
Copyright © 2009–2022 Waarp. All rights reserved.