다음을 통해 공유


KeyStoreException.RetryAfterNextReboot Field

Definition

Caution

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

Re-try the operation that led to this error when the device has a software update downloaded and on the next reboot.

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

Field Value

Value = 4
Attributes

Remarks

Re-try the operation that led to this error when the device has a software update downloaded and on the next reboot. The Remote provisioning server recognizes the device, but refuses issuance of attestation keys because it contains a software version that could potentially be vulnerable and needs an update. Re-trying after the device has upgraded and rebooted may alleviate the problem.

This value is returned when #isTransientFailure() is true.

Java documentation for android.security.KeyStoreException.RETRY_AFTER_NEXT_REBOOT.

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