Lingua

SSLEngines.IsSupportedEngine(SSLEngine) Method

Definition

Returns whether the given engine can be used with the methods in this class.

[Android.Runtime.Register("isSupportedEngine", "(Ljavax/net/ssl/SSLEngine;)Z", "", ApiSince=29)]
public static bool IsSupportedEngine(Javax.Net.Ssl.SSLEngine engine);
[<Android.Runtime.Register("isSupportedEngine", "(Ljavax/net/ssl/SSLEngine;)Z", "", ApiSince=29)>]
static member IsSupportedEngine : Javax.Net.Ssl.SSLEngine -> bool

Parameters

engine
SSLEngine

The engine to check.

Returns

true if engine can be used with the methods in this class; otherwise, false.

Attributes

Remarks

Returns whether the given engine can be used with the methods in this class. In general, only engines from the platform TLS provider are supported.

Java documentation for android.net.ssl.SSLEngines.isSupportedEngine(javax.net.ssl.SSLEngine).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to