RootOfTrust

@Immutable
abstract class RootOfTrust

This collection of values defines key information about the device's status.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder
Builder for RootOfTrust.
Link copied to clipboard
This provides the device's current boot state, which represents the level of protection provided to the user and to apps after the device finishes booting.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun deviceLocked(): Boolean
Link copied to clipboard
open fun toAsn1Sequence(): ASN1Sequence
Link copied to clipboard
Link copied to clipboard
abstract fun verifiedBootHash(): Optional<ByteString>
Link copied to clipboard
abstract fun verifiedBootKey(): ByteString
Link copied to clipboard