Table of Contents

Class SSLParameters

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

Constructors

SSLParameters()

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

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(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

public SSLParameters(params object[] args)

Parameters

args object[]

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[]

EnableRetransmissions

public bool EnableRetransmissions { get; set; }

Property Value

bool

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 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

MaximumPacketSize

public int MaximumPacketSize { get; set; }

Property Value

int

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