Udostępnij za pośrednictwem


Characteristics.SupportedCipherSuites Property

Definition

Returns the set of cipher suites supported by the device for use in Wi-Fi Aware data-paths.

public int SupportedCipherSuites { [Android.Runtime.Register("getSupportedCipherSuites", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSupportedCipherSuites", "()I", "", ApiSince=30)>]
member this.SupportedCipherSuites : int

Property Value

A set of flags from #WIFI_AWARE_CIPHER_SUITE_NCS_SK_128, #WIFI_AWARE_CIPHER_SUITE_NCS_SK_256, #WIFI_AWARE_CIPHER_SUITE_NCS_PK_128, or #WIFI_AWARE_CIPHER_SUITE_NCS_PK_256

Attributes

Remarks

Returns the set of cipher suites supported by the device for use in Wi-Fi Aware data-paths. The device automatically picks the strongest cipher suite when initiating a data-path setup.

Java documentation for android.net.wifi.aware.Characteristics.getSupportedCipherSuites().

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