Class: OAuth::Signature::HMAC::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/oauth/signature/hmac/base.rb

Direct Known Subclasses

RMD160, SHA1, SHA2

Instance Attribute Summary

Attributes inherited from Base

#consumer_secret, #options, #request, #token_secret

Method Summary

Methods inherited from Base

#==, digest_class, implements, #initialize, #signature, #signature_base_string, #verify

Methods included from Helper

#escape, #generate_key, #generate_timestamp, #normalize, #parse_header, #unescape

Constructor Details

This class inherits a constructor from OAuth::Signature::Base