Class: HrrRbSsh::Algorithm::Publickey::SshEd25519::OpenSSHPrivateKeyContent

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

Constant Summary collapse

DEFINITION =
[
  [DataType::Uint64, :'unknown'],
  [DataType::String, :'name'],
  [DataType::String, :'public key'],
  [DataType::String, :'key pair'],
  [DataType::String, :'padding'],
]