public class SslEngineConfig
extends org.apache.kafka.common.config.AbstractConfig
SslEngineFactory which is used to load key and trust material.
This is utility for proxying calls to SslEngineConfig.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SSL_ENGINE_FACTORY_CONFIG |
| Constructor and Description |
|---|
SslEngineConfig(java.util.Map<java.lang.String,?> originals) |
| Modifier and Type | Method and Description |
|---|---|
java.security.KeyStore |
keystore()
Proxies the call to the
SslEngineFactory |
java.security.KeyStore |
truststore()
Proxies the call to the
SslEngineFactory |
documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverridepublic static final java.lang.String SSL_ENGINE_FACTORY_CONFIG
Copyright © 2020–2022 Axual B.V.. All rights reserved.