MeasurementMismatch

class MeasurementMismatch(message: String = "system-version launch measurement does not match attestation report measurement") : KeySettlementError

The launch measurement authenticated via the system-version signature does not match the measurement reported inside the attestation report, the TEE is not the one YAXI is expecting to operate.

Constructors

Link copied to clipboard
constructor(message: String = "system-version launch measurement does not match attestation report measurement")

Properties

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