Interface | Description |
---|---|
SniX509ExtendedKeyManager.SniSelector |
Selects a certificate based on SNI information.
|
Class | Description |
---|---|
AliasedX509ExtendedKeyManager |
An
X509ExtendedKeyManager that select a key with desired alias,
delegating other processing to a nested X509ExtendedKeyManager. |
KeyStoreScanner |
The
KeyStoreScanner is used to monitor the KeyStore file used by the SslContextFactory . |
SniX509ExtendedKeyManager |
A
X509ExtendedKeyManager that selects a key with an alias
retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager. |
SslContextFactory |
SslContextFactory is used to configure SSL parameters
to be used by server and client connectors.
|
SslContextFactory.Client | |
SslContextFactory.Server | |
SslContextFactory.X509ExtendedKeyManagerWrapper |
A wrapper that delegates to another (if not
null ) X509ExtendedKeyManager. |
SslContextFactory.X509ExtendedTrustManagerWrapper |
A wrapper that delegates to another (if not
null ) X509ExtendedTrustManager. |
X509 |
Copyright © 1995–2021 Webtide. All rights reserved.