Added in API level 30
Deprecated in API level 10000

UnknownAuthenticationKeyException


public class UnknownAuthenticationKeyException
extends IdentityCredentialException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.security.identity.IdentityCredentialException
         ↳ android.security.identity.UnknownAuthenticationKeyException


This class was deprecated in API level 10000.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors

UnknownAuthenticationKeyException(String message)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

UnknownAuthenticationKeyException(String message, Throwable cause)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

Inherited methods

Public constructors

UnknownAuthenticationKeyException

Added in API level 30
public UnknownAuthenticationKeyException (String message)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
message String: the detail message.
This value cannot be null.

UnknownAuthenticationKeyException

Added in API level 30
public UnknownAuthenticationKeyException (String message, 
                Throwable cause)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new UnknownAuthenticationKeyException exception.

Parameters
message String: the detail message.
This value cannot be null.

cause Throwable: the cause.
This value cannot be null.