Table of Contents

Class SSLParameters

Namespace
Javax.Net.Ssl
Assembly
MASES.Netdroid.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

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

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

GetAlgorithmConstraints()

public AlgorithmConstraints GetAlgorithmConstraints()

Returns

AlgorithmConstraints

AlgorithmConstraints

GetApplicationProtocols()

public String[] GetApplicationProtocols()

Returns

String[]

String

GetCipherSuites()

public String[] GetCipherSuites()

Returns

String[]

String

GetEnableRetransmissions()

public bool GetEnableRetransmissions()

Returns

bool

bool

GetEndpointIdentificationAlgorithm()

public String GetEndpointIdentificationAlgorithm()

Returns

String

String

GetMaximumPacketSize()

public int GetMaximumPacketSize()

Returns

int

int

GetNeedClientAuth()

public bool GetNeedClientAuth()

Returns

bool

bool

GetProtocols()

public String[] GetProtocols()

Returns

String[]

String

GetSNIMatchers()

public Collection<SNIMatcher> GetSNIMatchers()

Returns

Collection<SNIMatcher>

Collection

GetServerNames()

public List<SNIServerName> GetServerNames()

Returns

List<SNIServerName>

List

GetUseCipherSuitesOrder()

public bool GetUseCipherSuitesOrder()

Returns

bool

bool

GetWantClientAuth()

public bool GetWantClientAuth()

Returns

bool

bool

SetAlgorithmConstraints(AlgorithmConstraints)

public void SetAlgorithmConstraints(AlgorithmConstraints arg0)

Parameters

arg0 AlgorithmConstraints

AlgorithmConstraints

SetApplicationProtocols(String[])

public void SetApplicationProtocols(String[] arg0)

Parameters

arg0 String[]

String

SetCipherSuites(String[])

public void SetCipherSuites(String[] arg0)

Parameters

arg0 String[]

String

SetEnableRetransmissions(bool)

public void SetEnableRetransmissions(bool arg0)

Parameters

arg0 bool

bool

SetEndpointIdentificationAlgorithm(String)

public void SetEndpointIdentificationAlgorithm(String arg0)

Parameters

arg0 String

String

SetMaximumPacketSize(int)

public void SetMaximumPacketSize(int arg0)

Parameters

arg0 int

int

SetNeedClientAuth(bool)

public void SetNeedClientAuth(bool arg0)

Parameters

arg0 bool

bool

SetProtocols(String[])

public void SetProtocols(String[] arg0)

Parameters

arg0 String[]

String

SetSNIMatchers(Collection<SNIMatcher>)

public void SetSNIMatchers(Collection<SNIMatcher> arg0)

Parameters

arg0 Collection<SNIMatcher>

Collection

SetServerNames(List<SNIServerName>)

public void SetServerNames(List<SNIServerName> arg0)

Parameters

arg0 List<SNIServerName>

List

SetUseCipherSuitesOrder(bool)

public void SetUseCipherSuitesOrder(bool arg0)

Parameters

arg0 bool

bool

SetWantClientAuth(bool)

public void SetWantClientAuth(bool arg0)

Parameters

arg0 bool

bool