Język

KeyProperties.KeyAlgorithmMlDsa Field

Definition

Module-Lattice-Based Digital Signature Algorithm (ML-DSA) key.

[Android.Runtime.Register("KEY_ALGORITHM_ML_DSA", ApiSince=37)]
public const string KeyAlgorithmMlDsa;
[<Android.Runtime.Register("KEY_ALGORITHM_ML_DSA", ApiSince=37)>]
val mutable KeyAlgorithmMlDsa : string

Field Value

Attributes

Remarks

Module-Lattice-Based Digital Signature Algorithm (ML-DSA) key. Per https://openjdk.org/jeps/497, this defaults to the ML-DSA-65 variant.

Android reference for android.security.keystore.KeyProperties.KEY_ALGORITHM_ML_DSA.

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