struct

Fluxion::SigningKey

Inherits Struct < Value < Object

A remote signing key together with the digest that pins it.

The pair is inseparable by design: a key URL without a checksum means "trust whatever this host serves today to decide what my machine installs as root", which is exactly the decision Fluxion refuses to make implicitly.

Constructors

new(url : String, checksum : Checksum)
Source

Instance methods

checksum
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source