Method: Net::SSH::Authentication::ED25519::PrivKey.read

Defined in:
lib/net/ssh/authentication/ed25519.rb

.read(data, password) ⇒ Object



145
146
147
# File 'lib/net/ssh/authentication/ed25519.rb', line 145

def self.read(data,password)
  self.new(data,password)
end