KeyStoreException.ErrorUnimplemented Campo

Definición

Precaución

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

La característica que el autor de la llamada está intentando usar no se implementa mediante la implementación de KeyMint subyacente.

[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

Valor de campo

Value = 12
Atributos

Comentarios

La característica que el autor de la llamada está intentando usar no se implementa mediante la implementación de KeyMint subyacente. Esto puede ocurrir cuando se solicita un algoritmo no admitido o al intentar importar una clave en un formato distinto de raw o PKCS#8.

Java documentación para android.security.KeyStoreException.ERROR_UNIMPLEMENTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a