ChachaBoxBindingMismatch

class ChachaBoxBindingMismatch(message: String = "sha256(chachaBox) does not match report_data[0..32)") : KeySettlementError

The sealed ChaChaBox is not authenticated by the attestation report (sha256 of the box does not match the first 32 bytes of report_data).

Constructors

Link copied to clipboard
constructor(message: String = "sha256(chachaBox) does not match report_data[0..32)")

Properties

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