Added in API level 28

SecureKeyImportUnavailableException

open class SecureKeyImportUnavailableException : ProviderException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.security.ProviderException
   ↳ android.security.keystore.SecureKeyImportUnavailableException

Indicates that the Keystore does not support securely importing wrapped keys.

Summary

Public constructors

Public constructors

SecureKeyImportUnavailableException

Added in API level 28
SecureKeyImportUnavailableException()

SecureKeyImportUnavailableException

Added in API level 28
SecureKeyImportUnavailableException(message: String!)

SecureKeyImportUnavailableException

Added in API level 28
SecureKeyImportUnavailableException(
    message: String!,
    cause: Throwable!)

SecureKeyImportUnavailableException

Added in API level 28
SecureKeyImportUnavailableException(cause: Throwable!)