다음을 통해 공유


KeyStoreException.ErrorUnimplemented Field

Definition

Caution

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

The feature the caller is trying to use is not implemented by the underlying KeyMint implementation.

[Android.Runtime.Register("ERROR_UNIMPLEMENTED", 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 ErrorUnimplemented = 12;
[<Android.Runtime.Register("ERROR_UNIMPLEMENTED", 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 ErrorUnimplemented : Android.Security.KeyStoreExceptionError

Field Value

Value = 12
Attributes

Remarks

The feature the caller is trying to use is not implemented by the underlying KeyMint implementation. This could happen when an unsupported algorithm is requested, or when trying to import a key in a format other than raw or PKCS#8.

Java documentation for android.security.KeyStoreException.ERROR_UNIMPLEMENTED.

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