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

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

#public_keyObject



169
170
171
# File 'lib/net/ssh/authentication/ed25519.rb', line 169

def public_key
  PubKey.new(@pk)
end