struct

Fluxion::Fingerprint

Inherits Struct < Value < Object

An OpenPGP primary or signing key fingerprint a profile explicitly trusts. Stored uppercase without separators, which is how GPG's machine-readable status channel reports it.

Constants

V4_LENGTH = 40
V5_LENGTH = 64

Constructors

new(value : String)
Source

Class methods

parse(value : String) : Fingerprint | String
Source

Instance methods

matches?(other : String) : Bool
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source
value
Source