struct

Fluxion::TrustAnchor::Signature

Inherits Fluxion::TrustAnchor < Struct < Value < Object

A detached OpenPGP signature bound to a specific signer. Both halves are required: a valid signature from an unknown key is not trust.

Constructors

new(signature_url : String, signer : Fingerprint)
Source

Instance methods

signature_url
Source
signer
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source