MCPcopy Create free account
hub / github.com/mpdavis/python-jose / verify

Method verify

jose/backends/base.py:15–16  ·  view source on GitHub ↗
(self, msg, sig)

Source from the content-addressed store, hash-verified

13 raise NotImplementedError()
14
15 def verify(self, msg, sig):
16 raise NotImplementedError()
17
18 def public_key(self):
19 raise NotImplementedError()

Callers 15

test_interfaceMethod · 0.95
decodeFunction · 0.45
_sig_matches_keysFunction · 0.45
test_unicode_tokenMethod · 0.45
test_multiple_keysMethod · 0.45
test_header_not_jsonMethod · 0.45
test_claims_not_jsonMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_interfaceMethod · 0.76
test_unicode_tokenMethod · 0.36
test_multiple_keysMethod · 0.36
test_header_not_jsonMethod · 0.36
test_claims_not_jsonMethod · 0.36
test_jwkMethod · 0.36
testHMAC256Method · 0.36