1 line
7.9 KiB
JSON
1 line
7.9 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_dkim_keys_go", "label": "keys.go", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L1"}, {"id": "dkim_keypair", "label": "KeyPair", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L17"}, {"id": "$graphify-root$_internal_dkim_keys_generatekeypair", "label": "GenerateKeyPair()", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L25"}, {"id": "$graphify-root$_internal_dkim_keys_parseprivatekey", "label": "ParsePrivateKey()", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L53"}, {"id": "privatekey", "label": "PrivateKey", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dkim/keys.go"}, {"id": "$graphify-root$_internal_dkim_keys_extractsignatureinfo", "label": "ExtractSignatureInfo()", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L69"}, {"id": "$graphify-root$_internal_dkim_keys_parsednspublickey", "label": "ParseDNSPublicKey()", "file_type": "code", "source_file": "internal/dkim/keys.go", "source_location": "L85"}], "edges": [{"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_crypto_rsa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_crypto_x509", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_encoding_pem", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "dkim_keypair", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L17", "weight": 1.0}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "$graphify-root$_internal_dkim_keys_generatekeypair", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L25", "weight": 1.0}, {"source": "$graphify-root$_internal_dkim_keys_generatekeypair", "target": "dkim_keypair", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L25", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "$graphify-root$_internal_dkim_keys_parseprivatekey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L53", "weight": 1.0}, {"source": "$graphify-root$_internal_dkim_keys_parseprivatekey", "target": "privatekey", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L53", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "$graphify-root$_internal_dkim_keys_extractsignatureinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L69", "weight": 1.0}, {"source": "$graphify-root$_internal_dkim_keys_go", "target": "$graphify-root$_internal_dkim_keys_parsednspublickey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dkim/keys.go", "source_location": "L85", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "GenerateKey", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L26"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L28"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "MarshalPKCS1PrivateKey", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L31"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "EncodeToMemory", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L32"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "MarshalPKIXPublicKey", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L37"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "EncodeToString", "is_member_call": true, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L41"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_generatekeypair", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L43"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parseprivatekey", "callee": "Decode", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L54"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parseprivatekey", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L56"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parseprivatekey", "callee": "ParsePKCS1PrivateKey", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L58"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parseprivatekey", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L60"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_extractsignatureinfo", "callee": "splitMessage", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L70"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_extractsignatureinfo", "callee": "parseHeaders", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_extractsignatureinfo", "callee": "parseDKIMTags", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L76"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parsednspublickey", "callee": "parseDKIMTags", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parsednspublickey", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_internal_dkim_keys_parsednspublickey", "callee": "DecodeString", "is_member_call": true, "language": "go", "source_file": "internal/dkim/keys.go", "source_location": "L91"}]} |