StoredPassphrase

data class StoredPassphrase(val passphrase: String, val boots: Int, val hours: Int, val maxSessionSeconds: Int = 0)(source)

Stored passphrase entry with associated TTL parameters.

Parameters

maxSessionSeconds

Per-boot uptime cap, in seconds. 0 = unlimited. Non-zero is firmware-side enforcement: the device revokes auth and reboots after this many seconds of uptime even if the boot-count TTL is still valid.

Constructors

Link copied to clipboard
constructor(passphrase: String, boots: Int, hours: Int, maxSessionSeconds: Int = 0)

Properties

Link copied to clipboard
val boots: Int
Link copied to clipboard
val hours: Int
Link copied to clipboard
Link copied to clipboard