Class: Vagrant::Util::Keypair::Ecdsa521

Inherits:
Ecdsa
  • Object
show all
Defined in:
lib/vagrant/util/keypair.rb

Constant Summary collapse

KEY_TYPE =
"ecdsa-sha2-nistp521".freeze
OPENSSH_CURVE =
"nistp521".freeze
OPENSSL_CURVE =
"secp521r1".freeze

Method Summary

Methods inherited from Ecdsa

create, padded_string, string