module
   Ktistec::Signature
 
  Overview
HTTP Signature (https://tools.ietf.org/html/draft-cavage-http-signatures-10) support.
Extended Modules
Defined in:
framework/signature.crConstant Summary
- 
        Log = 
::Log.for(self) 
Instance Method Summary
- #sign(key_pair, url, body = nil, content_type = nil, content_length = nil, accept = nil, method = :post, time = Time.utc, algorithm = "rsa-sha256")
 - #verify(key_pair, url, headers, body = nil, method = :post)
 - #verify?(key_pair, url, headers, *args, **opts)
 
Instance Method Detail
        
        def sign(key_pair, url, body = nil, content_type = nil, content_length = nil, accept = nil, method = :post, time = Time.utc, algorithm = "rsa-sha256")
        #