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>

이 오류는 원격으로 프로비전된 키 풀이 소진된 경우 일시적인 오류입니다. 그러나 디바이스가 서버에 등록되지 않았거나 키 프로비전 서버가 키 발급을 거부하는 경우 이는 영구적인 오류입니다.

에 대한 android.security.KeyStoreException.ERROR_ATTESTATION_KEYS_UNAVAILABLEJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상