MCPcopy Create free account

hub / github.com/mpdavis/python-jose / types & classes

Types & classes54 in github.com/mpdavis/python-jose

↓ 40 callersClassJWKError
jose/exceptions.py:29
↓ 20 callersClassRSAKey
jose/backends/rsa_backend.py:120
↓ 18 callersClassJWEError
Base error for all JWE errors
jose/exceptions.py:33
↓ 14 callersClassJWTClaimsError
jose/exceptions.py:21
↓ 12 callersClassJWSError
jose/exceptions.py:5
↓ 9 callersClassJWEParseError
Could not parse the JWE string provided
jose/exceptions.py:39
↓ 9 callersClassJWTError
jose/exceptions.py:17
↓ 8 callersClassHMACKey
Performs signing and verification operations using HMAC and the specified hash function.
jose/backends/native.py:15
↓ 4 callersClassRsaAlgorithmIdentifier
ASN1 structure for recording RSA PrivateKeyAlgorithm identifiers.
jose/backends/_asn1.py:12
↓ 3 callersClassCryptographyECKey
jose/backends/cryptography_backend.py:33
↓ 2 callersClassCryptographyAESKey
jose/backends/cryptography_backend.py:394
↓ 2 callersClassCryptographyRSAKey
jose/backends/cryptography_backend.py:203
↓ 2 callersClassPKCS8PrivateKey
ASN1 structure for recording PKCS8 private keys.
jose/backends/_asn1.py:20
↓ 2 callersClassPublicKeyInfo
ASN1 structure for recording PKCS8 public keys.
jose/backends/_asn1.py:30
↓ 1 callersClassAlgorithms
jose/constants.py:4
↓ 1 callersClassExpiredSignatureError
jose/exceptions.py:25
↓ 1 callersClassJWSSignatureError
jose/exceptions.py:9
↓ 1 callersClassKey
A simple interface for implementing JWK keys.
jose/backends/base.py:4
↓ 1 callersClassMyDict
tests/test_jws.py:263
↓ 1 callersClassZips
jose/constants.py:92
ClassCryptographyHMACKey
Performs signing and verification operations using HMAC and the specified hash function.
jose/backends/cryptography_backend.py:519
ClassDIRKey
jose/backends/base.py:79
ClassECDSAECKey
Performs signing and verification operations using ECDSA and the specified hash function This class requires the ecdsa package to be ins
jose/backends/ecdsa_backend.py:11
ClassJOSEError
jose/exceptions.py:1
ClassJWEAlgorithmUnsupportedError
The JWE algorithm is not supported by the backend
jose/exceptions.py:54
ClassJWEInvalidAuth
The authentication tag did not match the protected sections of the JWE string provided
jose/exceptions.py:45
ClassJWSAlgorithmError
jose/exceptions.py:13
ClassTestBackendAesCompatibility
tests/algorithms/test_AES_compat.py:18
ClassTestBackendAesCompatibility
tests/algorithms/test_HMAC_compat.py:23
ClassTestBackendEcdsaCompatibility
tests/algorithms/test_EC_compat.py:18
ClassTestBackendRsaCompatibility
tests/algorithms/test_RSA_compat.py:25
ClassTestBaseAlgorithm
tests/algorithms/test_base.py:11
ClassTestCryptographyAesKeywrap
tests/algorithms/test_AES.py:44
ClassTestDecrypt
tests/test_jwe.py:138
ClassTestEC
tests/test_jws.py:362
ClassTestECAlgorithm
tests/algorithms/test_EC.py:130
ClassTestEncrypt
tests/test_jwe.py:361
ClassTestFirebase
tests/test_firebase.py:25
ClassTestFourFourThree
tests/rfc/test_rfc7520.py:57
ClassTestFourOneThree
tests/rfc/test_rfc7520.py:40
ClassTestFourThreeThree
tests/rfc/test_rfc7520.py:49
ClassTestGetKeys
tests/test_jws.py:258
ClassTestGetUnverifiedHeader
tests/test_jwe.py:76
ClassTestHMAC
tests/test_jws.py:101
ClassTestHMACAlgorithm
tests/algorithms/test_HMAC.py:10
ClassTestJWK
tests/test_jws.py:93
ClassTestJWK
tests/test_jwk.py:34
ClassTestJWS
tests/test_jws.py:23
ClassTestJWT
tests/test_jwt.py:37
ClassTestLoad
tests/test_jws.py:381
ClassTestPurePythonRsa
tests/algorithms/test_RSA.py:194
ClassTestRSA
tests/test_jws.py:296
ClassTestRSAAlgorithm
tests/algorithms/test_RSA.py:256
ClassTestUtils
tests/test_utils.py:6