class

Tinrelay::OwnerKeyData

Inherits JSON::Serializable < Reference < Object

Constructors

new(ship : String, generation : Int32, key : Tinrelay::StoredKeyPair, pending_generation : Int32 | Nil = nil, pending_key : Nil | Tinrelay::StoredKeyPair = nil, format : Int32 = 1)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

format
Source
format=(format : Int32)
Source
generation
Source
generation=(generation : Int32)
Source
key=(key : StoredKeyPair)
Source
pending_generation
Source
pending_generation=(pending_generation : Int32 | Nil)
Source
pending_key
Source
pending_key=(pending_key : StoredKeyPair | Nil)
Source
ship
Source
ship=(ship : String)
Source