Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mpdavis/python-jose
/ sign
Method
sign
jose/backends/base.py:12–13 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
10
pass
11
12
def
sign(self, msg):
13
raise
NotImplementedError()
14
15
def
verify(self, msg, sig):
16
raise
NotImplementedError()
Callers
15
test_interface
Method · 0.95
_auth_tag
Function · 0.45
encode
Function · 0.45
_sign_header_and_claims
Function · 0.45
test_invalid_key
Method · 0.45
test_round_trip_with_different_key_types
Method · 0.45
test_jwk
Method · 0.45
testHMAC256
Method · 0.45
testHMAC384
Method · 0.45
testHMAC512
Method · 0.45
test_wrong_alg
Method · 0.45
test_wrong_key
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_interface
Method · 0.76
test_invalid_key
Method · 0.36
test_round_trip_with_different_key_types
Method · 0.36
test_jwk
Method · 0.36
testHMAC256
Method · 0.36
testHMAC384
Method · 0.36
testHMAC512
Method · 0.36
test_wrong_alg
Method · 0.36
test_wrong_key
Method · 0.36
test_unsupported_alg
Method · 0.36
test_add_headers
Method · 0.36
test_RSA256
Method · 0.36