言語

KeyStoreException.ErrorIncorrectUsage フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.

呼び出し元が使用しようとしている機能は、キーの生成に使用されるパラメーターと互換性がありません。

[Android.Runtime.Register("ERROR_INCORRECT_USAGE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorIncorrectUsage = 13;
[<Android.Runtime.Register("ERROR_INCORRECT_USAGE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorIncorrectUsage : Android.Security.KeyStoreExceptionError

フィールド値

Value = 13
属性

注釈

呼び出し元が使用しようとしている機能は、キーの生成に使用されるパラメーターと互換性がありません。 たとえば、別の署名アルゴリズムに対して生成されたキーや、キーの作成時に指定されていないダイジェストを使用しようとするとします。 もう 1 つのケースは、対称 AES キーを生成し、キー構成証明を要求することです。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象