Added in API level 28

SecureKeyImportUnavailableException


open class SecureKeyImportUnavailableException : ProviderException

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

Summary

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!)