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.
|
Modifier and Type | Method and Description |
---|---|
WaarpSslHandler |
WaarpSslContextFactory.initInitializer(boolean serverMode,
boolean needClientAuth)
To be called before adding as first entry in the Initializer as
pipeline.addLast("ssl", sslhandler); |
WaarpSslHandler |
WaarpSslContextFactory.initInitializer(boolean serverMode,
boolean needClientAuth,
String host,
int port)
To be called before adding as first entry in the Initializer as
pipeline.addLast("ssl", sslhandler); |
Copyright © 2009–2020 Waarp. All rights reserved.