Package org.eclipse.jetty.util.ssl
Jetty Util : Common SSL Utility Classes
-
Interface Summary Interface Description SniX509ExtendedKeyManager.SniSelector Selects a certificate based on SNI information.SslContextFactory.Client.SniProvider A provider for SNI names to send to the server during the TLS handshake. -
Class Summary Class Description AliasedX509ExtendedKeyManager AnX509ExtendedKeyManager
that select a key with desired alias, delegating other processing to a nested X509ExtendedKeyManager.KeyStoreScanner TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.SniX509ExtendedKeyManager AX509ExtendedKeyManager
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 notnull
) X509ExtendedKeyManager.SslContextFactory.X509ExtendedTrustManagerWrapper A wrapper that delegates to another (if notnull
) X509ExtendedTrustManager.X509