RootOfTrust
data class RootOfTrust : Asn1Encodable<Asn1Sequence> , AuthorizationList.Tagged.WithTag<Asn1Sequence> , PrettyPrintable(source)
Root of trust structure.
This structure is known to appear in non-DER encodings (e.g., the boolean may not be encoded canonically), so the implementation preserves the original boolean content for round-trip encoding.
Constructors
Link copied to clipboard
constructor(verifiedBootKeyDigest: ByteArray, deviceLocked: Boolean, verifiedBootState: AuthorizationList.RootOfTrust.VerifiedBootState, verifiedBootHash: ByteArray?)
Types
Link copied to clipboard
Link copied to clipboard
enum VerifiedBootState : Asn1Encodable<Asn1Primitive> , Enum<AuthorizationList.RootOfTrust.VerifiedBootState>
Verified Boot state as defined by the attestation schema.