Method: Net::SSH::Authentication::ED25519::PrivKey#to_blob

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

#to_blobObject



125
126
127
# File 'lib/net/ssh/authentication/ed25519.rb', line 125

def to_blob
  public_key.to_blob
end