No class docstring
Method assertHeadersFail Undocumented
Method setUp Undocumented
Method test_missingSignatureFails Headers that lack the HMAC header fail to verify.
Method test_tooManySignaturesFail Headers with more than one value for HMAC header fail to verify.
Method test_malformedSignatureFails Headers containing an improperly formatted HMAC fail to verify.
Method test_notSHA1Fails Headers containing a non-SHA1 HMAC fail to verify.
Method test_incorrectSignatureFails Headers with a SHA1 HMAC that is not derived from request's content and the secret key fail to verify.
Method test_correctSignatureSucceeds Headers with a SHA1 HMAC derived from the request's content and the secret key verify successfully.
Method _makeSignatureHeaders Undocumented
def _makeSignatureHeaders(self, *values):
Undocumented
def assertHeadersFail(self, headers):
Undocumented
def setUp(self):
Undocumented
def test_missingSignatureFails(self):

Headers that lack the HMAC header fail to verify.

def test_tooManySignaturesFail(self):

Headers with more than one value for HMAC header fail to verify.

def test_malformedSignatureFails(self):

Headers containing an improperly formatted HMAC fail to verify.

def test_notSHA1Fails(self):

Headers containing a non-SHA1 HMAC fail to verify.

def test_incorrectSignatureFails(self):

Headers with a SHA1 HMAC that is not derived from request's content and the secret key fail to verify.

def test_correctSignatureSucceeds(self):

Headers with a SHA1 HMAC derived from the request's content and the secret key verify successfully.

API Documentation for txghbot, generated by pydoctor at 2016-10-15 18:50:32.