Class OpenSSL::BN
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

to_ssh  

Public Instance methods

Converts a BN object to a string. The format used is that which is required by the SSH2 protocol.

[Validate]