Class SSLSocket
public class SSLSocket : Socket, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AutoCloseable>SSLSocket
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<AutoCloseable>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<AutoCloseable>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])JVMBridgeBase<AutoCloseable>.DynBridgeClazzJVMBridgeBase<AutoCloseable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
SSLSocket()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SSLSocket class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLSocket()
SSLSocket(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
[Obsolete("SSLSocket class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLSocket(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
AddHandshakeCompletedListener(HandshakeCompletedListener)
public void AddHandshakeCompletedListener(HandshakeCompletedListener arg0)
Parameters
GetApplicationProtocol()
public String GetApplicationProtocol()
Returns
GetEnableSessionCreation()
public bool GetEnableSessionCreation()
Returns
GetEnabledCipherSuites()
public String[] GetEnabledCipherSuites()
Returns
GetEnabledProtocols()
public String[] GetEnabledProtocols()
Returns
GetHandshakeApplicationProtocol()
public String GetHandshakeApplicationProtocol()
Returns
GetHandshakeApplicationProtocolSelector()
public BiFunction<SSLSocket, List<String>, String> GetHandshakeApplicationProtocolSelector()
Returns
GetHandshakeApplicationProtocolSelectorDirect()
public BiFunction<SSLSocket, List<String>, String> GetHandshakeApplicationProtocolSelectorDirect()
Returns
GetHandshakeSession()
public SSLSession GetHandshakeSession()
Returns
GetNeedClientAuth()
public bool GetNeedClientAuth()
Returns
GetSSLParameters()
public SSLParameters GetSSLParameters()
Returns
GetSession()
public SSLSession GetSession()
Returns
GetSupportedCipherSuites()
public String[] GetSupportedCipherSuites()
Returns
GetSupportedProtocols()
public String[] GetSupportedProtocols()
Returns
GetUseClientMode()
public bool GetUseClientMode()
Returns
GetWantClientAuth()
public bool GetWantClientAuth()
Returns
RemoveHandshakeCompletedListener(HandshakeCompletedListener)
public void RemoveHandshakeCompletedListener(HandshakeCompletedListener arg0)
Parameters
SetEnableSessionCreation(bool)
public void SetEnableSessionCreation(bool arg0)
Parameters
SetEnabledCipherSuites(String[])
public void SetEnabledCipherSuites(String[] arg0)
Parameters
SetEnabledProtocols(String[])
public void SetEnabledProtocols(String[] arg0)
Parameters
SetHandshakeApplicationProtocolSelector(BiFunction<SSLSocket, List<String>, String>)
public void SetHandshakeApplicationProtocolSelector(BiFunction<SSLSocket, List<String>, String> arg0)
Parameters
arg0
BiFunction<SSLSocket, List<String>, String>
SetNeedClientAuth(bool)
public void SetNeedClientAuth(bool arg0)
Parameters
SetSSLParameters(SSLParameters)
public void SetSSLParameters(SSLParameters arg0)
Parameters
SetUseClientMode(bool)
public void SetUseClientMode(bool arg0)
Parameters
SetWantClientAuth(bool)
public void SetWantClientAuth(bool arg0)
Parameters
StartHandshake()
public void StartHandshake()