Files
superset2/.mypy_cache/3.9/cryptography/x509/certificate_transparency.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
20 KiB
JSON

{".class":"MypyFile","_fullname":"cryptography.x509.certificate_transparency","future_import_flags":["annotations"],"is_partial_stub_package":false,"is_stub":false,"names":{".class":"SymbolTable","HashAlgorithm":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives.hashes.HashAlgorithm","kind":"Gdef"},"LogEntryType":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.utils.Enum"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.x509.certificate_transparency.LogEntryType","name":"LogEntryType","type_vars":[]},"deletable_attributes":[],"flags":["is_enum"],"fullname":"cryptography.x509.certificate_transparency.LogEntryType","has_param_spec_type":false,"metaclass_type":"enum.EnumMeta","metadata":{},"module_name":"cryptography.x509.certificate_transparency","mro":["cryptography.x509.certificate_transparency.LogEntryType","cryptography.utils.Enum","enum.Enum","builtins.object"],"names":{".class":"SymbolTable","PRE_CERTIFICATE":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.LogEntryType.PRE_CERTIFICATE","name":"PRE_CERTIFICATE","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":1},"type_ref":"builtins.int"}}},"X509_CERTIFICATE":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.LogEntryType.X509_CERTIFICATE","name":"X509_CERTIFICATE","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":0},"type_ref":"builtins.int"}}}},"self_type":null,"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"SignatureAlgorithm":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.utils.Enum"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm","name":"SignatureAlgorithm","type_vars":[]},"deletable_attributes":[],"flags":["is_enum"],"fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm","has_param_spec_type":false,"metaclass_type":"enum.EnumMeta","metadata":{},"module_name":"cryptography.x509.certificate_transparency","mro":["cryptography.x509.certificate_transparency.SignatureAlgorithm","cryptography.utils.Enum","enum.Enum","builtins.object"],"names":{".class":"SymbolTable","ANONYMOUS":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm.ANONYMOUS","name":"ANONYMOUS","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":0},"type_ref":"builtins.int"}}},"DSA":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm.DSA","name":"DSA","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":2},"type_ref":"builtins.int"}}},"ECDSA":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm.ECDSA","name":"ECDSA","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":3},"type_ref":"builtins.int"}}},"RSA":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.SignatureAlgorithm.RSA","name":"RSA","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":1},"type_ref":"builtins.int"}}}},"self_type":null,"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"SignedCertificateTimestamp":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[["entry_type",1],["extension_bytes",1],["log_id",1],["signature",1],["signature_algorithm",1],["signature_hash_algorithm",1],["timestamp",1],["version",1]],"alt_promote":null,"bases":["builtins.object"],"dataclass_transform_spec":null,"declared_metaclass":"abc.ABCMeta","defn":{".class":"ClassDef","fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp","name":"SignedCertificateTimestamp","type_vars":[]},"deletable_attributes":[],"flags":["is_abstract"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.x509.certificate_transparency","mro":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp","builtins.object"],"names":{".class":"SymbolTable","entry_type":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.entry_type","name":"entry_type","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"entry_type of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.LogEntryType","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.entry_type","name":"entry_type","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"entry_type of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.LogEntryType","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"extension_bytes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.extension_bytes","name":"extension_bytes","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"extension_bytes of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.extension_bytes","name":"extension_bytes","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"extension_bytes of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"log_id":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.log_id","name":"log_id","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"log_id of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.log_id","name":"log_id","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"log_id of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"signature":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature","name":"signature","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature","name":"signature","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature of SignedCertificateTimestamp","ret_type":"builtins.bytes","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"signature_algorithm":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_algorithm","name":"signature_algorithm","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature_algorithm of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.SignatureAlgorithm","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_algorithm","name":"signature_algorithm","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature_algorithm of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.SignatureAlgorithm","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"signature_hash_algorithm":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_hash_algorithm","name":"signature_hash_algorithm","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature_hash_algorithm of SignedCertificateTimestamp","ret_type":"cryptography.hazmat.primitives.hashes.HashAlgorithm","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_hash_algorithm","name":"signature_hash_algorithm","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"signature_hash_algorithm of SignedCertificateTimestamp","ret_type":"cryptography.hazmat.primitives.hashes.HashAlgorithm","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"timestamp":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.timestamp","name":"timestamp","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"timestamp of SignedCertificateTimestamp","ret_type":"datetime.datetime","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.timestamp","name":"timestamp","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"timestamp of SignedCertificateTimestamp","ret_type":"datetime.datetime","type_guard":null,"unpack_kwargs":false,"variables":[]}}}},"version":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":1,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"flags":["is_property","is_decorated","is_trivial_body"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.version","name":"version","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"version of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.Version","type_guard":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.x509.certificate_transparency.SignedCertificateTimestamp.version","name":"version","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.x509.certificate_transparency.SignedCertificateTimestamp"],"bound_args":[],"def_extras":{"first_arg":"self"},"fallback":"builtins.function","from_concatenate":false,"implicit":false,"is_ellipsis_args":false,"name":"version of SignedCertificateTimestamp","ret_type":"cryptography.x509.certificate_transparency.Version","type_guard":null,"unpack_kwargs":false,"variables":[]}}}}},"self_type":null,"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"Version":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.utils.Enum"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.x509.certificate_transparency.Version","name":"Version","type_vars":[]},"deletable_attributes":[],"flags":["is_enum"],"fullname":"cryptography.x509.certificate_transparency.Version","has_param_spec_type":false,"metaclass_type":"enum.EnumMeta","metadata":{},"module_name":"cryptography.x509.certificate_transparency","mro":["cryptography.x509.certificate_transparency.Version","cryptography.utils.Enum","enum.Enum","builtins.object"],"names":{".class":"SymbolTable","v1":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_final","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.x509.certificate_transparency.Version.v1","name":"v1","type":{".class":"Instance","args":[],"last_known_value":{".class":"LiteralType","fallback":"builtins.int","value":0},"type_ref":"builtins.int"}}}},"self_type":null,"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"__annotations__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.x509.certificate_transparency.__annotations__","name":"__annotations__","type":{".class":"Instance","args":["builtins.str",{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":6}],"type_ref":"builtins.dict"}}},"__doc__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.x509.certificate_transparency.__doc__","name":"__doc__","type":"builtins.str"}},"__file__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.x509.certificate_transparency.__file__","name":"__file__","type":"builtins.str"}},"__name__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.x509.certificate_transparency.__name__","name":"__name__","type":"builtins.str"}},"__package__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.x509.certificate_transparency.__package__","name":"__package__","type":"builtins.str"}},"abc":{".class":"SymbolTableNode","cross_ref":"abc","kind":"Gdef"},"annotations":{".class":"SymbolTableNode","cross_ref":"__future__.annotations","kind":"Gdef"},"datetime":{".class":"SymbolTableNode","cross_ref":"datetime","kind":"Gdef"},"rust_x509":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.bindings._rust.x509","kind":"Gdef"},"utils":{".class":"SymbolTableNode","cross_ref":"cryptography.utils","kind":"Gdef"}},"path":"/Users/max/.cache/pre-commit/repoqeruopqx/py_env-python3.9/lib/python3.9/site-packages/cryptography/x509/certificate_transparency.py"}