Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_interface
Method · 0.95
decode
Function · 0.45
_sig_matches_keys
Function · 0.45
test_unicode_token
Method · 0.45
test_multiple_keys
Method · 0.45
test_invalid_algorithm
Method · 0.45
test_not_enough_segments
Method · 0.45
test_header_invalid_padding
Method · 0.45
test_header_not_json
Method · 0.45
test_claims_invalid_padding
Method · 0.45
test_claims_not_json
Method · 0.45
test_round_trip_with_different_key_types
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_interface
Method · 0.76
test_unicode_token
Method · 0.36
test_multiple_keys
Method · 0.36
test_invalid_algorithm
Method · 0.36
test_not_enough_segments
Method · 0.36
test_header_invalid_padding
Method · 0.36
test_header_not_json
Method · 0.36
test_claims_invalid_padding
Method · 0.36
test_claims_not_json
Method · 0.36
test_round_trip_with_different_key_types
Method · 0.36
test_jwk
Method · 0.36
testHMAC256
Method · 0.36