Class: HrrRbSsh::Authentication::Method::Publickey::Algorithm::SignatureBlob

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/signature_blob.rb

Constant Summary collapse

DEFINITION =
[
  [DataType::String,  :'session identifier'],
  [DataType::Byte,    :'message number'],
  [DataType::String,  :'user name'],
  [DataType::String,  :'service name'],
  [DataType::String,  :'method name'],
  [DataType::Boolean, :'with signature'],
  [DataType::String,  :'public key algorithm name'],
  [DataType::String,  :'public key 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