RevocationException

Indicates an attestation error due to revocation or inability to fetch a revocation list

Parameters

message

the error message

cause

the underlying exception

reason

one of a set of well-defined Reasons why the attestation failed

Inheritors

Types

Link copied to clipboard
class ListUnavailable(message: String?, cause: Throwable? = null) : RevocationException
Link copied to clipboard

Possible reasons, a RevocationException was thrown

Link copied to clipboard
class Revoked(message: String?, cause: Throwable? = null, val certificateChain: List<X509Certificate>, val revokedCertificate: X509Certificate) : RevocationException

Properties

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

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