Class: Net::SSH::KeyFactory::OpenSSLECKeyType

Inherits:
OpenSSLKeyTypeBase show all
Defined in:
lib/net/ssh/key_factory.rb

Class Method Summary collapse

Methods inherited from OpenSSLKeyTypeBase

encrypted_key?, read

Methods inherited from KeyType

encrypted_key?, read

Class Method Details

.error_classesObject



189
190
191
# File 'lib/net/ssh/key_factory.rb', line 189

def self.error_classes
  [OpenSSL::PKey::ECError]
end

.open_ssl_classObject



185
186
187
# File 'lib/net/ssh/key_factory.rb', line 185

def self.open_ssl_class
  OpenSSL::PKey::EC
end