Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8391797
__init__.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
488 B
Subscribers
None
__init__.py
View Options
try
:
from
jose.backends.cryptography_backend
import
CryptographyRSAKey
as
RSAKey
# noqa: F401
except
ImportError
:
try
:
from
jose.backends.pycrypto_backend
import
RSAKey
# noqa: F401
except
ImportError
:
from
jose.backends.rsa_backend
import
RSAKey
# noqa: F401
try
:
from
jose.backends.cryptography_backend
import
CryptographyECKey
as
ECKey
# noqa: F401
except
ImportError
:
from
jose.backends.ecdsa_backend
import
ECDSAECKey
as
ECKey
# noqa: F401
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jun 4 2025, 6:50 PM (13 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398810
Attached To
rPJOS python3-jose
Event Timeline
Log In to Comment