KeyProperties.KeyAlgorithm3des Field

Definition

Triple Data Encryption Algorithm (3DES) key.

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

Field Value

Attributes

Remarks

Triple Data Encryption Algorithm (3DES) key.

This member is deprecated. Included for interoperability with legacy systems. Prefer KeyProperties#KEY_ALGORITHM_AES for new development.

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