Class: Net::SSH::Transport::HMAC::SHA1

Inherits:
Abstract
  • Object
show all
Defined in:
lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/transport/hmac/sha1.rb

Overview

The SHA1 HMAC algorithm. This has a mac and key length of 20, and uses the SHA1 digest algorithm.

Direct Known Subclasses

SHA1_96

Instance Attribute Summary

Attributes inherited from Abstract

#key

Method Summary

Methods inherited from Abstract

#digest, digest_class, #digest_class, #initialize, #key_length, key_length, mac_length, #mac_length

Constructor Details

This class inherits a constructor from Net::SSH::Transport::HMAC::Abstract