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

Method public_key

jose/backends/base.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 raise NotImplementedError()
17
18 def public_key(self):
19 raise NotImplementedError()
20
21 def to_pem(self):
22 raise NotImplementedError()

Callers 14

test_to_pemMethod · 0.45
test_get_public_keyMethod · 0.45
test_verifyMethod · 0.45
test_to_dictMethod · 0.45
test_signing_parityMethod · 0.45
test_get_public_keyMethod · 0.45
test_signing_parityMethod · 0.45

Calls

no outgoing calls

Tested by 14

test_to_pemMethod · 0.36
test_get_public_keyMethod · 0.36
test_verifyMethod · 0.36
test_to_dictMethod · 0.36
test_signing_parityMethod · 0.36
test_get_public_keyMethod · 0.36
test_signing_parityMethod · 0.36