Table of Contents

Class HandshakeCompletedEvent

Namespace
Javax.Net.Ssl
Assembly
MASES.Netdroid.dll
public class HandshakeCompletedEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
HandshakeCompletedEvent
Implements
Inherited Members
Extension Methods

Constructors

HandshakeCompletedEvent(SSLSocket, SSLSession)

public HandshakeCompletedEvent(SSLSocket arg0, SSLSession arg1)

Parameters

arg0 SSLSocket

SSLSocket

arg1 SSLSession

SSLSession

HandshakeCompletedEvent(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 HandshakeCompletedEvent(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(SSLSocket, SSLSession)

HPA initializer for HandshakeCompletedEvent(Javax.Net.Ssl.SSLSocket arg0, Javax.Net.Ssl.SSLSession arg1)

public static HandshakeCompletedEvent CreatePoolableInstance(SSLSocket arg0, SSLSession arg1)

Parameters

arg0 SSLSocket
arg1 SSLSession

Returns

HandshakeCompletedEvent

GetCipherSuite()

public String GetCipherSuite()

Returns

String

String

GetLocalCertificates()

public Certificate[] GetLocalCertificates()

Returns

Certificate[]

Certificate

GetLocalPrincipal()

public Principal GetLocalPrincipal()

Returns

Principal

Principal

GetPeerCertificateChain()

[Obsolete("Deprecated in JVM")]
public X509Certificate[] GetPeerCertificateChain()

Returns

X509Certificate[]

X509Certificate

Exceptions

SSLPeerUnverifiedException

GetPeerCertificates()

public Certificate[] GetPeerCertificates()

Returns

Certificate[]

Certificate

Exceptions

SSLPeerUnverifiedException

GetPeerPrincipal()

public Principal GetPeerPrincipal()

Returns

Principal

Principal

Exceptions

SSLPeerUnverifiedException

GetSession()

public SSLSession GetSession()

Returns

SSLSession

SSLSession

GetSocket()

public SSLSocket GetSocket()

Returns

SSLSocket

SSLSocket