Class: HrrRbSsh::Algorithm::Publickey::EcdsaSha2::Signature

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2/signature.rb

Constant Summary collapse

DEFINITION =
[
  [DataType::String, :'public key algorithm name'],
  [DataType::String, :'ecdsa signature blob'],
]

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

Method Summary

Methods included from Codable

#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize

Methods included from Loggable

#log_debug, #log_error, #log_fatal, #log_info, #log_warn