| Class | Description |
|---|---|
| AliasedX509ExtendedKeyManager |
KeyManager to select a key with desired alias
while delegating processing to specified KeyManager
Can be used both with server and client sockets
|
| ExtendedSslContextFactory |
The Extended SSL ContextFactory supports additional SslContext features
that are only available in Java-8, specifically:
ExtendedSslContextFactory.setUseCipherSuitesOrder(boolean)
SNI - Server Name Indicator
|
| SniX509ExtendedKeyManager |
KeyManager to select a key with desired alias
while delegating processing to specified KeyManager
Can be used both with server and client sockets
|
| SslContextFactory |
SslContextFactory is used to configure SSL connectors
as well as HttpClient.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.