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 classSslContextFactory.ServerMethods in org.eclipse.jetty.util.ssl that return SniX509ExtendedKeyManager.SniSelector Modifier and Type Method Description SniX509ExtendedKeyManager.SniSelectorSslContextFactory.Server. getSNISelector()Methods in org.eclipse.jetty.util.ssl with parameters of type SniX509ExtendedKeyManager.SniSelector Modifier and Type Method Description voidSslContextFactory.Server. setSNISelector(SniX509ExtendedKeyManager.SniSelector sniSelector)Sets a custom function to select certificates based on SNI information.
-