Class: HrrRbSsh::Algorithm::Publickey::SshEd25519::OpenSSHPrivateKey

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

Constant Summary collapse

DEFINITION =
[
  [DataType::String, :'cipher'],
  [DataType::String, :'kdfname'],
  [DataType::Uint32, :'kdfopts'],
  [DataType::Uint32, :'number of public keys'],
  [DataType::Uint32, :'first public key length'],
  [DataType::String, :'name'],
  [DataType::String, :'public key'],
  [DataType::String, :'content'],
]