Added in API level 30

EphemeralPublicKeyNotFoundException

public class EphemeralPublicKeyNotFoundException
extends IdentityCredentialException

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


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)

Constructs a new EphemeralPublicKeyNotFoundException exception.

EphemeralPublicKeyNotFoundException(String message, Throwable cause)

Constructs a new EphemeralPublicKeyNotFoundException exception.

Inherited methods

Public constructors

EphemeralPublicKeyNotFoundException

Added in API level 30
public EphemeralPublicKeyNotFoundException (String message)

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)

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.