Table of Contents

Class SslEngineFactory

Namespace
Org.Apache.Kafka.Common.Security.Auth
Assembly
MASES.KNet.dll
public class SslEngineFactory : JVMBridgeBase<SslEngineFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable, ISslEngineFactory, IConfigurable
Inheritance
SslEngineFactory
Implements
Derived
Inherited Members

Constructors

SslEngineFactory()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("SslEngineFactory class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SslEngineFactory()

SslEngineFactory(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("SslEngineFactory class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SslEngineFactory(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

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 Closeable

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

Methods

CreateClientSslEngine(String, int, String)

public SSLEngine CreateClientSslEngine(String arg0, int arg1, String arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 String

String

Returns

SSLEngine

SSLEngine

CreateServerSslEngine(String, int)

public SSLEngine CreateServerSslEngine(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

SSLEngine

SSLEngine

Keystore()

public KeyStore Keystore()

Returns

KeyStore

KeyStore

ReconfigurableConfigs()

public Set<String> ReconfigurableConfigs()

Returns

Set<String>

Set

ShouldBeRebuilt(Map<String, object>)

public bool ShouldBeRebuilt(Map<String, object> arg0)

Parameters

arg0 Map<String, object>

Map

Returns

bool

bool

Truststore()

public KeyStore Truststore()

Returns

KeyStore

KeyStore

Operators

implicit operator Closeable(SslEngineFactory)

Converter from SslEngineFactory to Closeable

public static implicit operator Closeable(SslEngineFactory t)

Parameters

t SslEngineFactory

Returns

Closeable

implicit operator Configurable(SslEngineFactory)

Converter from SslEngineFactory to Configurable

public static implicit operator Configurable(SslEngineFactory t)

Parameters

t SslEngineFactory

Returns

Configurable