Class OpenSSL::PKey::DSA
In: lib/net/ssh/transport/openssl.rb
Parent: Object

This class is originally defined in the OpenSSL module. As needed, methods have been added to it by the Net::SSH module for convenience in dealing with SSH functionality.

Methods

Public Instance methods

Signs the given data.

Verifies the given signature matches the given data.

Returns "ssh-dss", which is the description of this key type used by the SSH2 protocol.

Converts the key to a blob, according to the SSH2 protocol.

[Validate]