Namespace Yort.Humm.InStore.Infrastructure
Classes
Hmac256SignatureGenerator
Used to generate signatures using the HMACSHA256 hash algorithm, currently the default and only supported algorithm by Humm.
RequestBase
Contains properties common to all requests.
ResponseBase
Provides properties common to all Humm responses.
SignedRequestWriter
Used to write a Humm request as json including the relevant signature in the output.
Interfaces
ISignatureGenerator
A generic interface for components that can calculate a digital signature for values from a Humm request or response.