言語

KeyStoreException.ErrorAttestationKeysUnavailable フィールド

定義

注意事項

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

構成証明に使用できるキーはありません。

[Android.Runtime.Register("ERROR_ATTESTATION_KEYS_UNAVAILABLE", 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 ErrorAttestationKeysUnavailable = 16;
[<Android.Runtime.Register("ERROR_ATTESTATION_KEYS_UNAVAILABLE", 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 ErrorAttestationKeysUnavailable : Android.Security.KeyStoreExceptionError

フィールド値

Value = 16
属性

注釈

構成証明に使用できるキーはありません。 このエラーは、リモートプロビジョニングされたキーのみに依存するデバイスでのみ返されます (「 リモート キープロビジョニング」を参照)。

このようなデバイスで、呼び出し元がキーの生成を要求し、構成証明チャレンジ (キー構成証明が必要であることを示す) が含まれている場合、エラーは次のいずれかの場合に返されます: <ul><li>リモートプロビジョニングされたキーのプールが使い果たされました。</li><li>デバイスはキー プロビジョニング サーバーに登録されていません。</li></ul>

このエラーは、リモートでプロビジョニングされたキーのプールが使い果たされた場合の一時的なエラーです。 ただし、デバイスがサーバーに登録されていない場合、またはキー プロビジョニング サーバーがキーの発行を拒否した場合、これは永続的なエラーです。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象