Javax.Net.Ssl.SSLParameters Members

The members of Javax.Net.Ssl.SSLParameters are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

The default SSLParameters constructor.
A SSLParameters constructor that allows the values for the initial cipher suites array to be provided.
A SSLParameters constructor that allows the values for initial cipher suites and protocols arrays to be provided.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

EndpointIdentificationAlgorithmstring. Documentation for this section has not yet been entered.
NeedClientAuthbool. Returns true if a server requires authentication from a client during handshaking.
WantClientAuthbool. Returns true if a server optionally wants to authenticate a client during handshaking.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetCipherSuites() : string[]
Returns a copy of the cipher suites, or null if none have been specified.
GetProtocols() : string[]
Returns a copy of the protocols, or null if none have been specified.
SetCipherSuites(string[])
Sets the cipher suites to a copy of the input, or null
SetProtocols(string[])
Sets the protocols to a copy of the input, or null