module

Ktistec::Signature

HTTP Signature (https://tools.ietf.org/html/draft-cavage-http-signatures-10) support.

Instance methods

sign(key_pair, url, body = nil, content_type = nil, content_length = nil, accept = nil, method = :post, time = Time.utc, algorithm = "rsa-sha256")
Source
verify(key_pair, url, headers, body = nil, method = :post)
Source

Nested types