EphemeralPublicKeyNotFoundException

Thrown if the ephemeral public key was not found in the session transcript passed to getEntries.

Constructors

Link copied to clipboard
constructor(@NonNull message: String)
Constructs a new EphemeralPublicKeyNotFoundException exception.
constructor(@NonNull message: String, @NonNull cause: Throwable)
Constructs a new EphemeralPublicKeyNotFoundException exception.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String