Class: Radiator::Type::PublicKey
- Inherits:
-
Serializer
- Object
- Serializer
- Radiator::Type::PublicKey
- Defined in:
- lib/radiator/type/public_key.rb
Overview
Instance Method Summary collapse
-
#initialize(value) ⇒ PublicKey
constructor
A new instance of PublicKey.
- #to_bytes ⇒ Object
- #to_s ⇒ Object
Methods included from Utils
#debug, #error, #extract_signatures, #hexlify, #pakArr, #pakC, #pakHash, #pakI, #pakL!, #pakS, #pakStr, #pakc, #paks, #send_log, #unhexlify, #varint, #warning
Constructor Details
#initialize(value) ⇒ PublicKey
Returns a new instance of PublicKey.
6 7 8 9 |
# File 'lib/radiator/type/public_key.rb', line 6 def initialize(value) super(:public_key, value) raise NotImplementedError, 'stub' end |
Instance Method Details
#to_bytes ⇒ Object
11 12 |
# File 'lib/radiator/type/public_key.rb', line 11 def to_bytes end |
#to_s ⇒ Object
14 15 |
# File 'lib/radiator/type/public_key.rb', line 14 def to_s end |