Class SSLEngine
public class SSLEngine : JVMBridgeBase<SSLEngine>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<SSLEngine>SSLEngine
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<SSLEngine>.IsAssignableFrom(IJavaType)JVMBridgeBase<SSLEngine>.IsAssignableFrom<T>()JVMBridgeBase<SSLEngine>.Execute<T>(params T[])JVMBridgeBase<SSLEngine>.DynBridgeClazzJVMBridgeBase<SSLEngine>.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
SSLEngine()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SSLEngine 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 SSLEngine()
SSLEngine(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("SSLEngine 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 SSLEngine(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
BeginHandshake()
public void BeginHandshake()
Exceptions
CloseInbound()
public void CloseInbound()
Exceptions
CloseOutbound()
public void CloseOutbound()
GetApplicationProtocol()
public String GetApplicationProtocol()
Returns
GetDelegatedTask()
public Runnable GetDelegatedTask()
Returns
GetDelegatedTaskDirect()
public Runnable GetDelegatedTaskDirect()
Returns
GetEnableSessionCreation()
public bool GetEnableSessionCreation()
Returns
GetEnabledCipherSuites()
public String[] GetEnabledCipherSuites()
Returns
GetEnabledProtocols()
public String[] GetEnabledProtocols()
Returns
GetHandshakeApplicationProtocol()
public String GetHandshakeApplicationProtocol()
Returns
GetHandshakeApplicationProtocolSelector()
public BiFunction<SSLEngine, List<String>, String> GetHandshakeApplicationProtocolSelector()
Returns
GetHandshakeApplicationProtocolSelectorDirect()
public BiFunction<SSLEngine, List<String>, String> GetHandshakeApplicationProtocolSelectorDirect()
Returns
GetHandshakeSession()
public SSLSession GetHandshakeSession()
Returns
GetHandshakeStatus()
public SSLEngineResult.HandshakeStatus GetHandshakeStatus()
Returns
GetNeedClientAuth()
public bool GetNeedClientAuth()
Returns
GetPeerHost()
public String GetPeerHost()
Returns
GetPeerPort()
public int GetPeerPort()
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
IsInboundDone()
public bool IsInboundDone()
Returns
IsOutboundDone()
public bool IsOutboundDone()
Returns
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<SSLEngine, List<String>, String>)
public void SetHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String> arg0)
Parameters
arg0
BiFunction<SSLEngine, 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
Unwrap(ByteBuffer, ByteBuffer)
public SSLEngineResult Unwrap(ByteBuffer arg0, ByteBuffer arg1)
Parameters
arg0
ByteBufferarg1
ByteBuffer
Returns
Exceptions
Unwrap(ByteBuffer, ByteBuffer[])
public SSLEngineResult Unwrap(ByteBuffer arg0, ByteBuffer[] arg1)
Parameters
arg0
ByteBufferarg1
ByteBuffer[]
Returns
Exceptions
Unwrap(ByteBuffer, ByteBuffer[], int, int)
public SSLEngineResult Unwrap(ByteBuffer arg0, ByteBuffer[] arg1, int arg2, int arg3)
Parameters
arg0
ByteBufferarg1
ByteBuffer[]arg2
intarg3
int
Returns
Exceptions
Wrap(ByteBuffer, ByteBuffer)
public SSLEngineResult Wrap(ByteBuffer arg0, ByteBuffer arg1)
Parameters
arg0
ByteBufferarg1
ByteBuffer
Returns
Exceptions
Wrap(ByteBuffer[], ByteBuffer)
public SSLEngineResult Wrap(ByteBuffer[] arg0, ByteBuffer arg1)
Parameters
arg0
ByteBuffer[]arg1
ByteBuffer
Returns
Exceptions
Wrap(ByteBuffer[], int, int, ByteBuffer)
public SSLEngineResult Wrap(ByteBuffer[] arg0, int arg1, int arg2, ByteBuffer arg3)
Parameters
arg0
ByteBuffer[]arg1
intarg2
intarg3
ByteBuffer