1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "label": "rsa_backend.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L1"}, {"id": "rsa_backend_gcd", "label": "_gcd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L38"}, {"id": "rsa_backend_rsa_recover_prime_factors", "label": "_rsa_recover_prime_factors()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L55"}, {"id": "rsa_backend_pem_to_spki", "label": "pem_to_spki()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L98"}, {"id": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "label": "_legacy_private_key_pkcs8_to_pkcs1()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L103"}, {"id": "rsa_backend_rsakey", "label": "RSAKey", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L120"}, {"id": "key", "label": "Key", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "rsa_backend_rsakey_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L125"}, {"id": "rsa_backend_rsakey_process_jwk", "label": "._process_jwk()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L175"}, {"id": "rsa_backend_rsakey_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L203"}, {"id": "rsa_backend_rsakey_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L206"}, {"id": "rsa_backend_rsakey_is_public", "label": ".is_public()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L215"}, {"id": "rsa_backend_rsakey_public_key", "label": ".public_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L218"}, {"id": "rsa_backend_rsakey_to_pem", "label": ".to_pem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L223"}, {"id": "rsa_backend_rsakey_to_dict", "label": ".to_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L245"}, {"id": "rsa_backend_rsakey_wrap_key", "label": ".wrap_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L272"}, {"id": "rsa_backend_rsakey_unwrap_key", "label": ".unwrap_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L278"}, {"id": "rsa_backend_rationale_39", "label": "Calculate the Greatest Common Divisor of a and b. Unless b==0, the result w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L39"}, {"id": "rsa_backend_rationale_56", "label": "Compute factors p and q from the private exponent d. We assume that n has no", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L56"}, {"id": "rsa_backend_rationale_104", "label": "Legacy RSA private key PKCS8-to-PKCS1 conversion. .. warning:: Thi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L104"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "binascii", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_pem", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "pyasn1_error", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "jose_backends_asn1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "jose_backends_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "jose_constants", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "jose_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "jose_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_backend_gcd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_backend_rsa_recover_prime_factors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_backend_pem_to_spki", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L98", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L103", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_rsa_backend_py", "target": "rsa_backend_rsakey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L120", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "key", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L120", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L125", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_process_jwk", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L175", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L203", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L206", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_is_public", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L215", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_public_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L218", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_to_pem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L223", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_to_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L245", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_wrap_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L272", "weight": 1.0}, {"source": "rsa_backend_rsakey", "target": "rsa_backend_rsakey_unwrap_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L278", "weight": 1.0}, {"source": "rsa_backend_rsa_recover_prime_factors", "target": "rsa_backend_gcd", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L83", "weight": 1.0}, {"source": "rsa_backend_pem_to_spki", "target": "rsa_backend_rsakey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L99", "weight": 1.0}, {"source": "rsa_backend_pem_to_spki", "target": "rsa_backend_rsakey_to_pem", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L100", "weight": 1.0}, {"source": "rsa_backend_rsakey_init", "target": "rsa_backend_rsakey_process_jwk", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L140", "weight": 1.0}, {"source": "rsa_backend_rsakey_init", "target": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L168", "weight": 1.0}, {"source": "rsa_backend_rsakey_process_jwk", "target": "rsa_backend_rsa_recover_prime_factors", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L200", "weight": 1.0}, {"source": "rsa_backend_rsakey_verify", "target": "rsa_backend_rsakey_is_public", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L207", "weight": 1.0}, {"source": "rsa_backend_rsakey_to_dict", "target": "rsa_backend_rsakey_is_public", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L246", "weight": 1.0}, {"source": "rsa_backend_rsakey_to_dict", "target": "rsa_backend_rsakey_public_key", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L247", "weight": 1.0}, {"source": "rsa_backend_rsakey_wrap_key", "target": "rsa_backend_rsakey_is_public", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L273", "weight": 1.0}, {"source": "rsa_backend_rationale_39", "target": "rsa_backend_gcd", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L39", "weight": 1.0}, {"source": "rsa_backend_rationale_56", "target": "rsa_backend_rsa_recover_prime_factors", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L56", "weight": 1.0}, {"source": "rsa_backend_rationale_104", "target": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L104", "weight": 1.0}], "raw_calls": [{"caller_nid": "rsa_backend_rsa_recover_prime_factors", "callee": "pow", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L78"}, {"caller_nid": "rsa_backend_rsa_recover_prime_factors", "callee": "pow", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L80"}, {"caller_nid": "rsa_backend_rsa_recover_prime_factors", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L90"}, {"caller_nid": "rsa_backend_rsa_recover_prime_factors", "callee": "divmod", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L92"}, {"caller_nid": "rsa_backend_rsa_recover_prime_factors", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L94"}, {"caller_nid": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L114"}, {"caller_nid": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L115"}, {"caller_nid": "rsa_backend_legacy_private_key_pkcs8_to_pkcs1", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L117"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L127"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L130"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L132"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L139"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L143"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L147"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L148"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L150"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "load_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L152"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "load_pkcs1_openssl_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L155"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "load_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L158"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "load_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L161"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "rsa_private_key_pkcs8_to_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L163"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "load_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L169"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L171"}, {"caller_nid": "rsa_backend_rsakey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L173"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L176"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L177"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L177"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L179"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L179"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L180"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L180"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "PublicKey", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L183"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L185"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L185"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L188"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L190"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L194"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L196"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L197"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "PrivateKey", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L198"}, {"caller_nid": "rsa_backend_rsakey_process_jwk", "callee": "PrivateKey", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L201"}, {"caller_nid": "rsa_backend_rsakey_verify", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L208"}, {"caller_nid": "rsa_backend_rsakey_is_public", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L216"}, {"caller_nid": "rsa_backend_rsakey_public_key", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L219"}, {"caller_nid": "rsa_backend_rsakey_public_key", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L221"}, {"caller_nid": "rsa_backend_rsakey_public_key", "callee": "PublicKey", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L221"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L224"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L225"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "rsa_private_key_pkcs1_to_pkcs8", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L227"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L228"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L230"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L232"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L235"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "rsa_public_key_pkcs1_to_pkcs8", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L236"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L237"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pkcs1", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L239"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "save_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L240"}, {"caller_nid": "rsa_backend_rsakey_to_pem", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L242"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L254"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L254"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L255"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L255"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L259"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L261"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L261"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L262"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L262"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L263"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L263"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L264"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L264"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L265"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L265"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L266"}, {"caller_nid": "rsa_backend_rsakey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L266"}, {"caller_nid": "rsa_backend_rsakey_wrap_key", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L274"}, {"caller_nid": "rsa_backend_rsakey_wrap_key", "callee": "encrypt", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L275"}, {"caller_nid": "rsa_backend_rsakey_unwrap_key", "callee": "decrypt", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L280"}, {"caller_nid": "rsa_backend_rsakey_unwrap_key", "callee": "JWEError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/rsa_backend.py", "source_location": "L282"}]} |