MCPcopy 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

verifyMethod · 0.95
public_keyMethod · 0.95
to_pemMethod · 0.95
to_dictMethod · 0.95

Calls

no outgoing calls

Tested by 1