Added in API level 30
Deprecated in API level 10000

EphemeralPublicKeyNotFoundException


public class EphemeralPublicKeyNotFoundException
extends IdentityCredentialException

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


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

Thrown if the ephemeral public key was not found in the session transcript passed to IdentityCredential.getEntries(byte[],Map,byte[],byte[]).

Summary

Public constructors

EphemeralPublicKeyNotFoundException(String message)

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

EphemeralPublicKeyNotFoundException(String message, Throwable cause)

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

Inherited methods

Public constructors

EphemeralPublicKeyNotFoundException

Added in API level 30
public EphemeralPublicKeyNotFoundException (String message)

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

Constructs a new EphemeralPublicKeyNotFoundException exception.

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

EphemeralPublicKeyNotFoundException

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

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

Constructs a new EphemeralPublicKeyNotFoundException exception.

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

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