CollectedRecord
@Serializable
One collected attestation, fully pre-extracted at collection time so the report never re-parses. Column values are extracted once (each defensively) from the attestation; the downloadable artifacts (proof.der, chain.der, debug-statement.json, attestation.json) are written to the same per-submission directory and served statically. attestationJson backs the collapsible tree.
Constructors
Link copied to clipboard
constructor(submittedAtEpochMs: Long, deviceName: String? = null, result: String, verified: Boolean, securityLevel: String? = null, osAndPatch: String? = null, avb: String? = null, packageName: String? = null, packageVersion: String? = null, certValidityStart: String, certValidityEnd: String, provisioning: String? = null, createdOnDevice: String? = null, attestationJson: JsonElement? = null, hasChain: Boolean = false, hasStatement: Boolean = false, hasAttestationJson: Boolean = false)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard