public class InternalRestServerSSL extends Object
| Constructor and Description |
|---|
InternalRestServerSSL() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jetty.util.ssl.SslContextFactory.Server |
createServerSideSslContextFactory(org.apache.kafka.common.config.AbstractConfig config,
String prefix)
Configures SSL/TLS for HTTPS Jetty Server using configs with the given prefix
|
static void |
setSecurityStoreProps(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory,
Map<String,Object> sslConfigValues,
boolean isKeyStore,
boolean useBcfksStore,
boolean setPathOnly) |
static boolean |
useBcfks(Map<String,Object> sslConfigValues,
String securityProviders) |
public static org.eclipse.jetty.util.ssl.SslContextFactory.Server createServerSideSslContextFactory(org.apache.kafka.common.config.AbstractConfig config,
String prefix)
public static boolean useBcfks(Map<String,Object> sslConfigValues, String securityProviders)