UnknownAuthenticationKeyException  |  API reference  |  Android Developers (original) (raw)


open class UnknownAuthenticationKeyException : IdentityCredentialException

kotlin.Any
kotlin.Throwable
java.lang.Exception
android.security.identity.IdentityCredentialException

Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors
UnknownAuthenticationKeyException(message: String) Constructs a new UnknownAuthenticationKeyException exception.
UnknownAuthenticationKeyException(message: String, cause: Throwable) Constructs a new UnknownAuthenticationKeyException exception.

Public constructors

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.