class

Tinrelay::ShipRadioCertificate

Inherits JSON::Serializable < Reference < Object

Constructors

new(ship : String, generation : Int32, signing_public_key : String, encryption_public_key : String, issued_at : Int64, owner_generation : Int32, owner_signature : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

canonical_bytes

This is the complete public certificate identity embedded in operations that must bind the owner's authorization, independently of JSON ordering.

Source
encryption_public_key
Source
encryption_public_key=(encryption_public_key : String)
Source
generation
Source
generation=(generation : Int32)
Source
issued_at
Source
issued_at=(issued_at : Int64)
Source
owner_generation
Source
owner_generation=(owner_generation : Int32)
Source
owner_signature
Source
owner_signature=(owner_signature : String)
Source
ship
Source
ship=(ship : String)
Source
signing_public_key
Source
signing_public_key=(signing_public_key : String)
Source
unsigned_bytes
Source