SSLSocket
SSLSocket()
SSLSocket(InetAddress, Int32)
SSLSocket(IntPtr, JniHandleOwnership)
SSLSocket(String, Int32)
SSLSocket(InetAddress, Int32, InetAddress, Int32)
SSLSocket(String, Int32, InetAddress, Int32)
ApplicationProtocol
EnableSessionCreation
HandshakeApplicationProtocol
HandshakeApplicationProtocolSelector
HandshakeSession
JniPeerMembers
NeedClientAuth
Session
SSLParameters
ThresholdClass
ThresholdType
UseClientMode
WantClientAuth
AddHandshakeCompletedListener(IHandshakeCompletedListener)
GetEnabledCipherSuites()
GetEnabledProtocols()
GetSupportedCipherSuites()
GetSupportedProtocols()
RemoveHandshakeCompletedListener(IHandshakeCompletedListener)
SetEnabledCipherSuites(String[])
SetEnabledProtocols(String[])
StartHandshake()
monoandroid
namespace Javax.Net.Ssl
{
[Register("javax/net/ssl/SSLSocket", DoNotGenerateAcw = true)]
public abstract class SSLSocket : Socket
{
[Register("getSupportedCipherSuites", "()[Ljava/lang/String;", "GetGetSupportedCipherSuitesHandler")]
public abstract string![]? GetSupportedCipherSuites();
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API