Class Net::SSH::Transport::HMAC::Abstract
In: lib/net/ssh/transport/hmac/abstract.rb
Parent: Object

The base class of all OpenSSL-based HMAC algorithm wrappers.

Methods

digest   new  

Attributes

key  [RW]  The key to use for this instance.

Public Class methods

Public Instance methods

Compute the HMAC digest for the given data string.

[Validate]