AndroidAttestationException

abstract class AndroidAttestationException(message: String?, cause: Throwable?) : Throwable(source)

Base class for all well-defined Android attestation exceptions. If this one is thrown, a well-defined error arose.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard