SecureKeyImportUnavailableException | API reference | Android Developers (original) (raw)
open class SecureKeyImportUnavailableException : ProviderException
kotlin.Any | ||||
---|---|---|---|---|
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.security.ProviderException | |||
↳ |
Indicates that the Keystore does not support securely importing wrapped keys.
Summary
Public constructors |
---|
SecureKeyImportUnavailableException() |
SecureKeyImportUnavailableException(message: String!) |
SecureKeyImportUnavailableException(message: String!, cause: Throwable!) |
SecureKeyImportUnavailableException(cause: Throwable!) |
Public constructors
SecureKeyImportUnavailableException
SecureKeyImportUnavailableException()
SecureKeyImportUnavailableException
SecureKeyImportUnavailableException(message: String!)
SecureKeyImportUnavailableException
SecureKeyImportUnavailableException(
message: String!,
cause: Throwable!)
SecureKeyImportUnavailableException
SecureKeyImportUnavailableException(cause: Throwable!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.