Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mpdavis/python-jose
/ is_public
Method
is_public
jose/backends/cryptography_backend.py:321–322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
return
False
320
321
def
is_public(self):
322
return
hasattr(self.prepared_key,
"public_bytes"
)
323
324
def
public_key(self):
325
if
self.is_public():
Callers
5
verify
Method · 0.95
public_key
Method · 0.95
to_pem
Method · 0.95
to_dict
Method · 0.95
test_cryptography_RSA_key_instance
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_cryptography_RSA_key_instance
Function · 0.76