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 = "")
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
canonical_bytes
This is the complete public certificate identity embedded in operations that must bind the owner's authorization, independently of JSON ordering.
encryption_public_key
Sourcegeneration
Sourceissued_at
Sourceowner_generation
Sourceowner_signature
Sourceship
Sourcesigning_public_key
Sourceunsigned_bytes
Source