Class: Vagrant::Util::Keypair::Ecdsa256

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

Constant Summary collapse

KEY_TYPE =
"ecdsa-sha2-nistp256".freeze
OPENSSH_CURVE =
"nistp256".freeze
OPENSSL_CURVE =
"prime256v1".freeze

Method Summary

Methods inherited from Ecdsa

create, padded_string, string