Table of Contents

Class SSLParameters

Namespace
Javax.Net.Ssl
Assembly
MASES.JNet.dll
public class SSLParameters : JVMBridgeBase<SSLParameters>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SSLParameters
Implements
Extension Methods

Constructors

SSLParameters()

public SSLParameters()

SSLParameters(String[])

public SSLParameters(String[] arg0)

Parameters

arg0 String[]

String

SSLParameters(String[], String[])

public SSLParameters(String[] arg0, String[] arg1)

Parameters

arg0 String[]

String

arg1 String[]

String

SSLParameters(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 SSLParameters(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

AlgorithmConstraints

public AlgorithmConstraints AlgorithmConstraints { get; set; }

Property Value

AlgorithmConstraints

ApplicationProtocols

public String[] ApplicationProtocols { get; set; }

Property Value

String[]

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CipherSuites

public String[] CipherSuites { get; set; }

Property Value

String[]

EndpointIdentificationAlgorithm

public String EndpointIdentificationAlgorithm { 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

NeedClientAuth

public bool NeedClientAuth { get; set; }

Property Value

bool

Protocols

public String[] Protocols { get; set; }

Property Value

String[]

SNIMatchers

public Collection<SNIMatcher> SNIMatchers { get; set; }

Property Value

Collection<SNIMatcher>

ServerNames

public List<SNIServerName> ServerNames { get; set; }

Property Value

List<SNIServerName>

UseCipherSuitesOrder

public bool UseCipherSuitesOrder { get; set; }

Property Value

bool

WantClientAuth

public bool WantClientAuth { get; set; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for SSLParameters()

public static SSLParameters CreatePoolableInstance()

Returns

SSLParameters

CreatePoolableInstance(String[])

HPA initializer for SSLParameters(Java.Lang.String[] arg0)

public static SSLParameters CreatePoolableInstance(String[] arg0)

Parameters

arg0 String[]

Returns

SSLParameters

CreatePoolableInstance(String[], String[])

HPA initializer for SSLParameters(Java.Lang.String[] arg0, Java.Lang.String[] arg1)

public static SSLParameters CreatePoolableInstance(String[] arg0, String[] arg1)

Parameters

arg0 String[]
arg1 String[]

Returns

SSLParameters