Package | Description |
---|---|
org.glassfish.grizzly.ssl |
Modifier and Type | Field and Description |
---|---|
static SSLContextConfigurator |
SSLContextConfigurator.DEFAULT_CONFIG
Default SSL configuration.
|
protected SSLContextConfigurator |
SSLEngineConfigurator.sslContextConfiguration |
Constructor and Description |
---|
SSLCodec(SSLContextConfigurator config) |
SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration)
Create SSL Engine configuration basing on passed
SSLContextConfigurator . |
SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration,
boolean clientMode,
boolean needClientAuth,
boolean wantClientAuth)
Create SSL Engine configuration basing on passed
SSLContextConfigurator . |
Copyright © 2014 Oracle Corporation. All rights reserved.