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

Attributes

key  [R]  The key in use for this instance.

Public Class methods

Public Instance methods

Compute the HMAC digest for the given data string.

Sets the key to the given value, truncating it so that it is the correct length.

[Validate]