AttestationSpec
@Serializable
One attestation to issue: the KeyMint statement itself, plus when the certificates start being valid.
keyDescription is the parser's own type, so anything the parser can represent can be issued — including mangled, structurally invalid properties for negative test vectors.
Constructors
Link copied to clipboard
constructor(keyDescription: @Serializable(with = KeyDescriptionAsSchema::class) AttestationKeyDescription = DefaultKeyDescription, createdAt: @Serializable(with = InstantAsIso8601::class) Instant = Clock.System.now(), leafCanSignCertificates: Boolean = false)