Uses of Interface
org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
-
Packages that use SniX509ExtendedKeyManager.SniSelector Package Description org.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classes -
-
Uses of SniX509ExtendedKeyManager.SniSelector in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement SniX509ExtendedKeyManager.SniSelector Modifier and Type Class Description static class
SslContextFactory.Server
Methods in org.eclipse.jetty.util.ssl that return SniX509ExtendedKeyManager.SniSelector Modifier and Type Method Description SniX509ExtendedKeyManager.SniSelector
SslContextFactory.Server. getSNISelector()
Methods in org.eclipse.jetty.util.ssl with parameters of type SniX509ExtendedKeyManager.SniSelector Modifier and Type Method Description void
SslContextFactory.Server. setSNISelector(SniX509ExtendedKeyManager.SniSelector sniSelector)
Sets a custom function to select certificates based on SNI information.
-