Class Net::SSH::Transport::OSSL::DigestFactory
In: lib/net/ssh/transport/ossl/digest-factory.rb
Parent: Object

Implements a factory of OpenSSL digest algorithms.

Methods

get   new  

Public Class methods

Create a new DigestFactory instance that uses the given Hash-like to convert SSH2 digest algorithm names to OpenSSL digest algorithm names.

Public Instance methods

Return a factory that can implement the requested SSH2 digest algorithm.

[Validate]