Package org.eclipse.jetty.util.ssl
package org.eclipse.jetty.util.ssl
Jetty Util : Common SSL Utility Classes
-
ClassDescriptionAn
X509ExtendedKeyManager
that select a key with desired alias, delegating other processing to a nested X509ExtendedKeyManager.TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.AX509ExtendedKeyManager
that selects a key with an alias retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager.Selects a certificate based on SNI information.SslContextFactory is used to configure SSL parameters to be used by server and client connectors.A wrapper that delegates to another (if notnull
) X509ExtendedKeyManager.A wrapper that delegates to another (if notnull
) X509ExtendedTrustManager.