| Package | Description |
|---|---|
| org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SslContextFactory.Server |
| Modifier and Type | Field and Description |
|---|---|
private SniX509ExtendedKeyManager.SniSelector |
SslContextFactory.Server._sniSelector |
| Modifier and Type | Method and Description |
|---|---|
SniX509ExtendedKeyManager.SniSelector |
SslContextFactory.Server.getSNISelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
SslContextFactory.Server.setSNISelector(SniX509ExtendedKeyManager.SniSelector sniSelector)
Sets a custom function to select certificates based on SNI information.
|