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.
|
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
|
Copyright © 2009–2022 Waarp. All rights reserved.