KeyProperties.KeyAlgorithm3des Field

Definition

Caution

deprecated

Triple Data Encryption Algorithm (3DES) key.

[Android.Runtime.Register("KEY_ALGORITHM_3DES", ApiSince=28)]
[System.Obsolete("deprecated")]
public const string KeyAlgorithm3des;
[<Android.Runtime.Register("KEY_ALGORITHM_3DES", ApiSince=28)>]
[<System.Obsolete("deprecated")>]
val mutable KeyAlgorithm3des : string

Field Value

String
Attributes

Remarks

Java documentation for android.security.keystore.KeyProperties.KEY_ALGORITHM_3DES.

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