Table of Contents

Class SslConfigs

Namespace
Org.Apache.Kafka.Common.Config
Assembly
MASES.KNet.dll
public class SslConfigs : JVMBridgeBase<SslConfigs>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SslConfigs
Implements

Constructors

SslConfigs()

public SslConfigs()

SslConfigs(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SslConfigs(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_SSL_ENABLED_PROTOCOLS

public static String DEFAULT_SSL_ENABLED_PROTOCOLS { get; set; }

Property Value

String

DEFAULT_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM

public static String DEFAULT_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM { get; set; }

Property Value

String

DEFAULT_SSL_KEYMANGER_ALGORITHM

public static String DEFAULT_SSL_KEYMANGER_ALGORITHM { get; set; }

Property Value

String

DEFAULT_SSL_KEYSTORE_TYPE

public static String DEFAULT_SSL_KEYSTORE_TYPE { get; set; }

Property Value

String

DEFAULT_SSL_PROTOCOL

public static String DEFAULT_SSL_PROTOCOL { get; set; }

Property Value

String

DEFAULT_SSL_TRUSTMANAGER_ALGORITHM

public static String DEFAULT_SSL_TRUSTMANAGER_ALGORITHM { get; set; }

Property Value

String

DEFAULT_SSL_TRUSTSTORE_TYPE

public static String DEFAULT_SSL_TRUSTSTORE_TYPE { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NON_RECONFIGURABLE_CONFIGS

public static Set NON_RECONFIGURABLE_CONFIGS { get; set; }

Property Value

Set

RECONFIGURABLE_CONFIGS

public static Set RECONFIGURABLE_CONFIGS { get; set; }

Property Value

Set

SSL_CIPHER_SUITES_CONFIG

public static String SSL_CIPHER_SUITES_CONFIG { get; set; }

Property Value

String

SSL_CIPHER_SUITES_DOC

public static String SSL_CIPHER_SUITES_DOC { get; set; }

Property Value

String

SSL_ENABLED_PROTOCOLS_CONFIG

public static String SSL_ENABLED_PROTOCOLS_CONFIG { get; set; }

Property Value

String

SSL_ENABLED_PROTOCOLS_DOC

public static String SSL_ENABLED_PROTOCOLS_DOC { get; set; }

Property Value

String

SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG

public static String SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG { get; set; }

Property Value

String

SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC

public static String SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC { get; set; }

Property Value

String

SSL_ENGINE_FACTORY_CLASS_CONFIG

public static String SSL_ENGINE_FACTORY_CLASS_CONFIG { get; set; }

Property Value

String

SSL_ENGINE_FACTORY_CLASS_DOC

public static String SSL_ENGINE_FACTORY_CLASS_DOC { get; set; }

Property Value

String

SSL_KEYMANAGER_ALGORITHM_CONFIG

public static String SSL_KEYMANAGER_ALGORITHM_CONFIG { get; set; }

Property Value

String

SSL_KEYMANAGER_ALGORITHM_DOC

public static String SSL_KEYMANAGER_ALGORITHM_DOC { get; set; }

Property Value

String

SSL_KEYSTORE_CERTIFICATE_CHAIN_CONFIG

public static String SSL_KEYSTORE_CERTIFICATE_CHAIN_CONFIG { get; set; }

Property Value

String

SSL_KEYSTORE_CERTIFICATE_CHAIN_DOC

public static String SSL_KEYSTORE_CERTIFICATE_CHAIN_DOC { get; set; }

Property Value

String

SSL_KEYSTORE_KEY_CONFIG

public static String SSL_KEYSTORE_KEY_CONFIG { get; set; }

Property Value

String

SSL_KEYSTORE_KEY_DOC

public static String SSL_KEYSTORE_KEY_DOC { get; set; }

Property Value

String

SSL_KEYSTORE_LOCATION_CONFIG

public static String SSL_KEYSTORE_LOCATION_CONFIG { get; set; }

Property Value

String

SSL_KEYSTORE_LOCATION_DOC

public static String SSL_KEYSTORE_LOCATION_DOC { get; set; }

Property Value

String

SSL_KEYSTORE_PASSWORD_CONFIG

public static String SSL_KEYSTORE_PASSWORD_CONFIG { get; set; }

Property Value

String

SSL_KEYSTORE_PASSWORD_DOC

public static String SSL_KEYSTORE_PASSWORD_DOC { get; set; }

Property Value

String

SSL_KEYSTORE_TYPE_CONFIG

public static String SSL_KEYSTORE_TYPE_CONFIG { get; set; }

Property Value

String

SSL_KEYSTORE_TYPE_DOC

public static String SSL_KEYSTORE_TYPE_DOC { get; set; }

Property Value

String

SSL_KEY_PASSWORD_CONFIG

public static String SSL_KEY_PASSWORD_CONFIG { get; set; }

Property Value

String

SSL_KEY_PASSWORD_DOC

public static String SSL_KEY_PASSWORD_DOC { get; set; }

Property Value

String

SSL_PROTOCOL_CONFIG

public static String SSL_PROTOCOL_CONFIG { get; set; }

Property Value

String

SSL_PROTOCOL_DOC

public static String SSL_PROTOCOL_DOC { get; set; }

Property Value

String

SSL_PROVIDER_CONFIG

public static String SSL_PROVIDER_CONFIG { get; set; }

Property Value

String

SSL_PROVIDER_DOC

public static String SSL_PROVIDER_DOC { get; set; }

Property Value

String

SSL_SECURE_RANDOM_IMPLEMENTATION_CONFIG

public static String SSL_SECURE_RANDOM_IMPLEMENTATION_CONFIG { get; set; }

Property Value

String

SSL_SECURE_RANDOM_IMPLEMENTATION_DOC

public static String SSL_SECURE_RANDOM_IMPLEMENTATION_DOC { get; set; }

Property Value

String

SSL_TRUSTMANAGER_ALGORITHM_CONFIG

public static String SSL_TRUSTMANAGER_ALGORITHM_CONFIG { get; set; }

Property Value

String

SSL_TRUSTMANAGER_ALGORITHM_DOC

public static String SSL_TRUSTMANAGER_ALGORITHM_DOC { get; set; }

Property Value

String

SSL_TRUSTSTORE_CERTIFICATES_CONFIG

public static String SSL_TRUSTSTORE_CERTIFICATES_CONFIG { get; set; }

Property Value

String

SSL_TRUSTSTORE_CERTIFICATES_DOC

public static String SSL_TRUSTSTORE_CERTIFICATES_DOC { get; set; }

Property Value

String

SSL_TRUSTSTORE_LOCATION_CONFIG

public static String SSL_TRUSTSTORE_LOCATION_CONFIG { get; set; }

Property Value

String

SSL_TRUSTSTORE_LOCATION_DOC

public static String SSL_TRUSTSTORE_LOCATION_DOC { get; set; }

Property Value

String

SSL_TRUSTSTORE_PASSWORD_CONFIG

public static String SSL_TRUSTSTORE_PASSWORD_CONFIG { get; set; }

Property Value

String

SSL_TRUSTSTORE_PASSWORD_DOC

public static String SSL_TRUSTSTORE_PASSWORD_DOC { get; set; }

Property Value

String

SSL_TRUSTSTORE_TYPE_CONFIG

public static String SSL_TRUSTSTORE_TYPE_CONFIG { get; set; }

Property Value

String

SSL_TRUSTSTORE_TYPE_DOC

public static String SSL_TRUSTSTORE_TYPE_DOC { get; set; }

Property Value

String

Methods

AddClientSslSupport(ConfigDef)

public static void AddClientSslSupport(ConfigDef arg0)

Parameters

arg0 ConfigDef

ConfigDef

CreatePoolableInstance()

HPA initializer for SslConfigs()

public static SslConfigs CreatePoolableInstance()

Returns

SslConfigs