Class: HrrRbSsh::Algorithm::Publickey::SshEd25519::PublicKeyBlob

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

Constant Summary collapse

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