mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
1 line
116 KiB
JSON
1 line
116 KiB
JSON
{".class": "MypyFile", "_fullname": "cryptography.x509", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CRLEntryExtensionOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CRLEntryExtensionOID", "name": "CRLEntryExtensionOID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.CRLEntryExtensionOID", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CRLEntryExtensionOID", "builtins.object"], "names": {".class": "SymbolTable", "CERTIFICATE_ISSUER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.CRLEntryExtensionOID.CERTIFICATE_ISSUER", "name": "CERTIFICATE_ISSUER", "type": "cryptography.x509.ObjectIdentifier"}}, "CRL_REASON": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.CRLEntryExtensionOID.CRL_REASON", "name": "CRL_REASON", "type": "cryptography.x509.ObjectIdentifier"}}, "INVALIDITY_DATE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.CRLEntryExtensionOID.INVALIDITY_DATE", "name": "INVALIDITY_DATE", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Certificate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["fingerprint", "public_bytes", "public_key"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.Certificate", "name": "Certificate", "type_vars": []}, "flags": ["is_abstract"], "fullname": "cryptography.x509.Certificate", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.Certificate", "builtins.object"], "names": {".class": "SymbolTable", "extensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.extensions", "name": "extensions", "type": "cryptography.x509.Extensions"}}, "fingerprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.Certificate.fingerprint", "name": "fingerprint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "arg_types": ["cryptography.x509.Certificate", "cryptography.hazmat.primitives.hashes.HashAlgorithm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fingerprint of Certificate", "ret_type": "builtins.bytes", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "fingerprint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "arg_types": ["cryptography.x509.Certificate", "cryptography.hazmat.primitives.hashes.HashAlgorithm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fingerprint of Certificate", "ret_type": "builtins.bytes", "variables": []}}}}, "issuer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.issuer", "name": "issuer", "type": "cryptography.x509.Name"}}, "not_valid_after": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.not_valid_after", "name": "not_valid_after", "type": "datetime.datetime"}}, "not_valid_before": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.not_valid_before", "name": "not_valid_before", "type": "datetime.datetime"}}, "public_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.Certificate.public_bytes", "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.Certificate", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of Certificate", "ret_type": "builtins.bytes", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.Certificate", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of Certificate", "ret_type": "builtins.bytes", "variables": []}}}}, "public_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.Certificate.public_key", "name": "public_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.Certificate"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_key of Certificate", "ret_type": {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "public_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.Certificate"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_key of Certificate", "ret_type": {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}, "variables": []}}}}, "serial_number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.serial_number", "name": "serial_number", "type": "builtins.int"}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.signature", "name": "signature", "type": "builtins.bytes"}}, "signature_algorithm_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.signature_algorithm_oid", "name": "signature_algorithm_oid", "type": "cryptography.x509.ObjectIdentifier"}}, "signature_hash_algorithm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.signature_hash_algorithm", "name": "signature_hash_algorithm", "type": "cryptography.hazmat.primitives.hashes.HashAlgorithm"}}, "subject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.subject", "name": "subject", "type": "cryptography.x509.Name"}}, "tbs_certificate_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.tbs_certificate_bytes", "name": "tbs_certificate_bytes", "type": "builtins.bytes"}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Certificate.version", "name": "version", "type": "cryptography.x509.Version"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CertificateBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CertificateBuilder", "name": "CertificateBuilder", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.CertificateBuilder", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CertificateBuilder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "issuer_name", "subject_name", "public_key", "serial_number", "not_valid_before", "not_valid_after", "extensions"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "issuer_name", "subject_name", "public_key", "serial_number", "not_valid_before", "not_valid_after", "extensions"], "arg_types": ["cryptography.x509.CertificateBuilder", {".class": "UnionType", "items": ["cryptography.x509.Name", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["cryptography.x509.Name", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["datetime.datetime", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["datetime.datetime", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["cryptography.x509.ExtensionType"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of CertificateBuilder", "ret_type": {".class": "NoneType"}, "variables": []}}}, "add_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.add_extension", "name": "add_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "arg_types": ["cryptography.x509.CertificateBuilder", "cryptography.x509.ExtensionType", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_extension of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "issuer_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.issuer_name", "name": "issuer_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["cryptography.x509.CertificateBuilder", "cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issuer_name of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "not_valid_after": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.not_valid_after", "name": "not_valid_after", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "arg_types": ["cryptography.x509.CertificateBuilder", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_valid_after of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "not_valid_before": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.not_valid_before", "name": "not_valid_before", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "arg_types": ["cryptography.x509.CertificateBuilder", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "not_valid_before of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "public_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "public_key"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.public_key", "name": "public_key", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "public_key"], "arg_types": ["cryptography.x509.CertificateBuilder", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_key of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "serial_number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.serial_number", "name": "serial_number", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "arg_types": ["cryptography.x509.CertificateBuilder", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serial_number of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.sign", "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "arg_types": ["cryptography.x509.CertificateBuilder", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey"]}, {".class": "UnionType", "items": ["cryptography.hazmat.primitives.hashes.HashAlgorithm", {".class": "NoneType"}]}, "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign of CertificateBuilder", "ret_type": "cryptography.x509.Certificate", "variables": []}}}, "subject_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "cryptography.x509.CertificateBuilder.subject_name", "name": "subject_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["cryptography.x509.CertificateBuilder", "cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subject_name of CertificateBuilder", "ret_type": "cryptography.x509.CertificateBuilder", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CertificateRevocationList": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["fingerprint", "get_revoked_certificate_by_serial_number", "is_signature_valid", "public_bytes"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CertificateRevocationList", "name": "CertificateRevocationList", "type_vars": []}, "flags": ["is_abstract"], "fullname": "cryptography.x509.CertificateRevocationList", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CertificateRevocationList", "builtins.object"], "names": {".class": "SymbolTable", "extensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.extensions", "name": "extensions", "type": "cryptography.x509.Extensions"}}, "fingerprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateRevocationList.fingerprint", "name": "fingerprint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "arg_types": ["cryptography.x509.CertificateRevocationList", "cryptography.hazmat.primitives.hashes.HashAlgorithm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fingerprint of CertificateRevocationList", "ret_type": "builtins.bytes", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "fingerprint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "algorithm"], "arg_types": ["cryptography.x509.CertificateRevocationList", "cryptography.hazmat.primitives.hashes.HashAlgorithm"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fingerprint of CertificateRevocationList", "ret_type": "builtins.bytes", "variables": []}}}}, "get_revoked_certificate_by_serial_number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateRevocationList.get_revoked_certificate_by_serial_number", "name": "get_revoked_certificate_by_serial_number", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "arg_types": ["cryptography.x509.CertificateRevocationList", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_revoked_certificate_by_serial_number of CertificateRevocationList", "ret_type": "cryptography.x509.RevokedCertificate", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_revoked_certificate_by_serial_number", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "arg_types": ["cryptography.x509.CertificateRevocationList", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_revoked_certificate_by_serial_number of CertificateRevocationList", "ret_type": "cryptography.x509.RevokedCertificate", "variables": []}}}}, "is_signature_valid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "public_key"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateRevocationList.is_signature_valid", "name": "is_signature_valid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "public_key"], "arg_types": ["cryptography.x509.CertificateRevocationList", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signature_valid of CertificateRevocationList", "ret_type": "builtins.bool", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_signature_valid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "public_key"], "arg_types": ["cryptography.x509.CertificateRevocationList", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_signature_valid of CertificateRevocationList", "ret_type": "builtins.bool", "variables": []}}}}, "issuer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.issuer", "name": "issuer", "type": "cryptography.x509.Name"}}, "last_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.last_update", "name": "last_update", "type": "datetime.datetime"}}, "next_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.next_update", "name": "next_update", "type": "datetime.datetime"}}, "public_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateRevocationList.public_bytes", "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.CertificateRevocationList", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of CertificateRevocationList", "ret_type": "builtins.bytes", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.CertificateRevocationList", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of CertificateRevocationList", "ret_type": "builtins.bytes", "variables": []}}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.signature", "name": "signature", "type": "builtins.bytes"}}, "signature_algorithm_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.signature_algorithm_oid", "name": "signature_algorithm_oid", "type": "cryptography.x509.ObjectIdentifier"}}, "signature_hash_algorithm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.signature_hash_algorithm", "name": "signature_hash_algorithm", "type": "cryptography.hazmat.primitives.hashes.HashAlgorithm"}}, "tbs_certlist_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateRevocationList.tbs_certlist_bytes", "name": "tbs_certlist_bytes", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CertificateRevocationListBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CertificateRevocationListBuilder", "name": "CertificateRevocationListBuilder", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CertificateRevocationListBuilder", "builtins.object"], "names": {".class": "SymbolTable", "add_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.add_extension", "name": "add_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", "cryptography.x509.ExtensionType", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_extension of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationListBuilder", "variables": []}}}, "add_revoked_certificate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "revoked_certificate"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.add_revoked_certificate", "name": "add_revoked_certificate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "revoked_certificate"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", "cryptography.x509.RevokedCertificate"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_revoked_certificate of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationListBuilder", "variables": []}}}, "issuer_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.issuer_name", "name": "issuer_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", "cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "issuer_name of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationListBuilder", "variables": []}}}, "last_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.last_update", "name": "last_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "last_update of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationListBuilder", "variables": []}}}, "next_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.next_update", "name": "next_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_update of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationListBuilder", "variables": []}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "flags": [], "fullname": "cryptography.x509.CertificateRevocationListBuilder.sign", "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "arg_types": ["cryptography.x509.CertificateRevocationListBuilder", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey"]}, {".class": "UnionType", "items": ["cryptography.hazmat.primitives.hashes.HashAlgorithm", {".class": "NoneType"}]}, "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign of CertificateRevocationListBuilder", "ret_type": "cryptography.x509.CertificateRevocationList", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CertificateSigningRequest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["public_bytes", "public_key"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CertificateSigningRequest", "name": "CertificateSigningRequest", "type_vars": []}, "flags": ["is_abstract"], "fullname": "cryptography.x509.CertificateSigningRequest", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CertificateSigningRequest", "builtins.object"], "names": {".class": "SymbolTable", "extensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.extensions", "name": "extensions", "type": "cryptography.x509.Extensions"}}, "is_signature_valid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.is_signature_valid", "name": "is_signature_valid", "type": "builtins.bool"}}, "public_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateSigningRequest.public_bytes", "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.CertificateSigningRequest", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of CertificateSigningRequest", "ret_type": "builtins.bytes", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["cryptography.x509.CertificateSigningRequest", "cryptography.hazmat.primitives.serialization.Encoding"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of CertificateSigningRequest", "ret_type": "builtins.bytes", "variables": []}}}}, "public_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "cryptography.x509.CertificateSigningRequest.public_key", "name": "public_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.CertificateSigningRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_key of CertificateSigningRequest", "ret_type": {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "public_key", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.CertificateSigningRequest"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_key of CertificateSigningRequest", "ret_type": {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"]}, "variables": []}}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.signature", "name": "signature", "type": "builtins.bytes"}}, "signature_algorithm_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.signature_algorithm_oid", "name": "signature_algorithm_oid", "type": "cryptography.x509.ObjectIdentifier"}}, "signature_hash_algorithm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.signature_hash_algorithm", "name": "signature_hash_algorithm", "type": "cryptography.hazmat.primitives.hashes.HashAlgorithm"}}, "subject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.subject", "name": "subject", "type": "cryptography.x509.Name"}}, "tbs_certrequest_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.CertificateSigningRequest.tbs_certrequest_bytes", "name": "tbs_certrequest_bytes", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CertificateSigningRequestBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.CertificateSigningRequestBuilder", "name": "CertificateSigningRequestBuilder", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.CertificateSigningRequestBuilder", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.CertificateSigningRequestBuilder", "builtins.object"], "names": {".class": "SymbolTable", "add_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "flags": [], "fullname": "cryptography.x509.CertificateSigningRequestBuilder.add_extension", "name": "add_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "arg_types": ["cryptography.x509.CertificateSigningRequestBuilder", "cryptography.x509.ExtensionType", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_extension of CertificateSigningRequestBuilder", "ret_type": "cryptography.x509.CertificateSigningRequestBuilder", "variables": []}}}, "sign": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "flags": [], "fullname": "cryptography.x509.CertificateSigningRequestBuilder.sign", "name": "sign", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "private_key", "algorithm", "backend"], "arg_types": ["cryptography.x509.CertificateSigningRequestBuilder", {".class": "UnionType", "items": ["cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey", "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey", "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey"]}, {".class": "UnionType", "items": ["cryptography.hazmat.primitives.hashes.HashAlgorithm", {".class": "NoneType"}]}, "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sign of CertificateSigningRequestBuilder", "ret_type": "cryptography.x509.CertificateSigningRequest", "variables": []}}}, "subject_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "cryptography.x509.CertificateSigningRequestBuilder.subject_name", "name": "subject_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["cryptography.x509.CertificateSigningRequestBuilder", "cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subject_name of CertificateSigningRequestBuilder", "ret_type": "cryptography.x509.CertificateSigningRequestBuilder", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DNSName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.DNSName", "name": "DNSName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.DNSName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.DNSName", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.DNSName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.DNSName", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DNSName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.DNSName.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DSAPrivateKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DSAPublicKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DirectoryName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.DirectoryName", "name": "DirectoryName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.DirectoryName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.DirectoryName", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.DirectoryName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.DirectoryName", "cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DirectoryName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.DirectoryName.value", "name": "value", "type": "cryptography.x509.Name"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Ed25519PrivateKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Ed25519PublicKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Ed448PrivateKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Ed448PublicKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EllipticCurvePrivateKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EllipticCurvePublicKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Encoding": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.serialization.Encoding", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Enum": {".class": "SymbolTableNode", "cross_ref": "enum.Enum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Extension": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.Extension", "name": "Extension", "type_vars": [{".class": "TypeVarDef", "fullname": "cryptography.x509._T", "id": 1, "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}]}, "flags": [], "fullname": "cryptography.x509.Extension", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.Extension", "builtins.object"], "names": {".class": "SymbolTable", "critical": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Extension.critical", "name": "critical", "type": "builtins.bool"}}, "oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Extension.oid", "name": "oid", "type": "cryptography.x509.ExtensionOID"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Extension.value", "name": "value", "type": {".class": "TypeVarType", "fullname": "cryptography.x509._T", "id": 1, "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}}}}, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "ExtensionOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.ExtensionOID", "name": "ExtensionOID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.ExtensionOID", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.ExtensionOID", "builtins.object"], "names": {".class": "SymbolTable", "AUTHORITY_INFORMATION_ACCESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.AUTHORITY_INFORMATION_ACCESS", "name": "AUTHORITY_INFORMATION_ACCESS", "type": "cryptography.x509.ObjectIdentifier"}}, "AUTHORITY_KEY_IDENTIFIER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.AUTHORITY_KEY_IDENTIFIER", "name": "AUTHORITY_KEY_IDENTIFIER", "type": "cryptography.x509.ObjectIdentifier"}}, "BASIC_CONSTRAINTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.BASIC_CONSTRAINTS", "name": "BASIC_CONSTRAINTS", "type": "cryptography.x509.ObjectIdentifier"}}, "CERTIFICATE_POLICIES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.CERTIFICATE_POLICIES", "name": "CERTIFICATE_POLICIES", "type": "cryptography.x509.ObjectIdentifier"}}, "CRL_DISTRIBUTION_POINTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.CRL_DISTRIBUTION_POINTS", "name": "CRL_DISTRIBUTION_POINTS", "type": "cryptography.x509.ObjectIdentifier"}}, "CRL_NUMBER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.CRL_NUMBER", "name": "CRL_NUMBER", "type": "cryptography.x509.ObjectIdentifier"}}, "DELTA_CRL_INDICATOR": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.DELTA_CRL_INDICATOR", "name": "DELTA_CRL_INDICATOR", "type": "cryptography.x509.ObjectIdentifier"}}, "EXTENDED_KEY_USAGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.EXTENDED_KEY_USAGE", "name": "EXTENDED_KEY_USAGE", "type": "cryptography.x509.ObjectIdentifier"}}, "FRESHEST_CRL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.FRESHEST_CRL", "name": "FRESHEST_CRL", "type": "cryptography.x509.ObjectIdentifier"}}, "INHIBIT_ANY_POLICY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.INHIBIT_ANY_POLICY", "name": "INHIBIT_ANY_POLICY", "type": "cryptography.x509.ObjectIdentifier"}}, "ISSUER_ALTERNATIVE_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.ISSUER_ALTERNATIVE_NAME", "name": "ISSUER_ALTERNATIVE_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "ISSUING_DISTRIBUTION_POINT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.ISSUING_DISTRIBUTION_POINT", "name": "ISSUING_DISTRIBUTION_POINT", "type": "cryptography.x509.ObjectIdentifier"}}, "KEY_USAGE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.KEY_USAGE", "name": "KEY_USAGE", "type": "cryptography.x509.ObjectIdentifier"}}, "NAME_CONSTRAINTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.NAME_CONSTRAINTS", "name": "NAME_CONSTRAINTS", "type": "cryptography.x509.ObjectIdentifier"}}, "OCSP_NO_CHECK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.OCSP_NO_CHECK", "name": "OCSP_NO_CHECK", "type": "cryptography.x509.ObjectIdentifier"}}, "POLICY_CONSTRAINTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.POLICY_CONSTRAINTS", "name": "POLICY_CONSTRAINTS", "type": "cryptography.x509.ObjectIdentifier"}}, "POLICY_MAPPINGS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.POLICY_MAPPINGS", "name": "POLICY_MAPPINGS", "type": "cryptography.x509.ObjectIdentifier"}}, "PRECERT_POISON": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.PRECERT_POISON", "name": "PRECERT_POISON", "type": "cryptography.x509.ObjectIdentifier"}}, "PRECERT_SIGNED_CERTIFICATE_TIMESTAMPS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.PRECERT_SIGNED_CERTIFICATE_TIMESTAMPS", "name": "PRECERT_SIGNED_CERTIFICATE_TIMESTAMPS", "type": "cryptography.x509.ObjectIdentifier"}}, "SUBJECT_ALTERNATIVE_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.SUBJECT_ALTERNATIVE_NAME", "name": "SUBJECT_ALTERNATIVE_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "SUBJECT_DIRECTORY_ATTRIBUTES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.SUBJECT_DIRECTORY_ATTRIBUTES", "name": "SUBJECT_DIRECTORY_ATTRIBUTES", "type": "cryptography.x509.ObjectIdentifier"}}, "SUBJECT_INFORMATION_ACCESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.SUBJECT_INFORMATION_ACCESS", "name": "SUBJECT_INFORMATION_ACCESS", "type": "cryptography.x509.ObjectIdentifier"}}, "SUBJECT_KEY_IDENTIFIER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.SUBJECT_KEY_IDENTIFIER", "name": "SUBJECT_KEY_IDENTIFIER", "type": "cryptography.x509.ObjectIdentifier"}}, "TLS_FEATURE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.ExtensionOID.TLS_FEATURE", "name": "TLS_FEATURE", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExtensionType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.ExtensionType", "name": "ExtensionType", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.ExtensionType", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.ExtensionType", "builtins.object"], "names": {".class": "SymbolTable", "oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.ExtensionType.oid", "name": "oid", "type": "cryptography.x509.ExtensionOID"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Extensions": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.Extensions", "name": "Extensions", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.Extensions", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.Extensions", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "flags": [], "fullname": "cryptography.x509.Extensions.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "arg_types": ["cryptography.x509.Extensions", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "cryptography.x509.Extension"}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Extensions", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.Extensions.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.Extensions"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Extensions", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "cryptography.x509.Extension"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "variables": []}}}, "get_extension_for_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "extclass"], "flags": [], "fullname": "cryptography.x509.Extensions.get_extension_for_class", "name": "get_extension_for_class", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "extclass"], "arg_types": ["cryptography.x509.Extensions", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "cryptography.x509._T", "id": -1, "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_extension_for_class of Extensions", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "cryptography.x509._T", "id": -1, "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}], "type_ref": "cryptography.x509.Extension"}, "variables": [{".class": "TypeVarDef", "fullname": "cryptography.x509._T", "id": -1, "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}]}}}, "get_extension_for_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "flags": [], "fullname": "cryptography.x509.Extensions.get_extension_for_oid", "name": "get_extension_for_oid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "arg_types": ["cryptography.x509.Extensions", "cryptography.x509.ObjectIdentifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_extension_for_oid of Extensions", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "cryptography.x509.Extension"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GeneralName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.GeneralName", "name": "GeneralName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.GeneralName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.GeneralName.value", "name": "value", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HashAlgorithm": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.hashes.HashAlgorithm", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IPAddress": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.IPAddress", "name": "IPAddress", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.IPAddress", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.IPAddress", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.IPAddress.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.IPAddress", {".class": "UnionType", "items": ["ipaddress.IPv4Address", "ipaddress.IPv6Address", "ipaddress.IPv4Network", "ipaddress.IPv6Network"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IPAddress", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.IPAddress.value", "name": "value", "type": {".class": "UnionType", "items": ["ipaddress.IPv4Address", "ipaddress.IPv6Address", "ipaddress.IPv4Network", "ipaddress.IPv6Network"]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IPv4Address": {".class": "SymbolTableNode", "cross_ref": "ipaddress.IPv4Address", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IPv4Network": {".class": "SymbolTableNode", "cross_ref": "ipaddress.IPv4Network", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IPv6Address": {".class": "SymbolTableNode", "cross_ref": "ipaddress.IPv6Address", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IPv6Network": {".class": "SymbolTableNode", "cross_ref": "ipaddress.IPv6Network", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IssuerAlternativeName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.ExtensionType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.IssuerAlternativeName", "name": "IssuerAlternativeName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.IssuerAlternativeName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.IssuerAlternativeName", "cryptography.x509.ExtensionType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "flags": [], "fullname": "cryptography.x509.IssuerAlternativeName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "arg_types": ["cryptography.x509.IssuerAlternativeName", {".class": "Instance", "args": ["cryptography.x509.GeneralName"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IssuerAlternativeName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.IssuerAlternativeName.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.IssuerAlternativeName"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of IssuerAlternativeName", "ret_type": {".class": "Instance", "args": ["cryptography.x509.GeneralName", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "variables": []}}}, "get_values_for_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "flags": [], "fullname": "cryptography.x509.IssuerAlternativeName.get_values_for_type", "name": "get_values_for_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": ["cryptography.x509.IssuerAlternativeName", {".class": "TypeType", "item": "cryptography.x509.GeneralName"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_values_for_type of IssuerAlternativeName", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.Name", "name": "Name", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.Name", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.Name", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attributes"], "flags": [], "fullname": "cryptography.x509.Name.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "attributes"], "arg_types": ["cryptography.x509.Name", {".class": "Instance", "args": [{".class": "UnionType", "items": ["cryptography.x509.NameAttribute", "cryptography.x509.RelativeDistinguishedName"]}], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Name", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.Name.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of Name", "ret_type": {".class": "Instance", "args": ["cryptography.x509.NameAttribute", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.Name.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Name", "ret_type": "builtins.int", "variables": []}}}, "get_attributes_for_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "flags": [], "fullname": "cryptography.x509.Name.get_attributes_for_oid", "name": "get_attributes_for_oid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "arg_types": ["cryptography.x509.Name", "cryptography.x509.ObjectIdentifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_attributes_for_oid of Name", "ret_type": {".class": "Instance", "args": ["cryptography.x509.NameAttribute"], "type_ref": "builtins.list"}, "variables": []}}}, "public_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "backend"], "flags": [], "fullname": "cryptography.x509.Name.public_bytes", "name": "public_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "backend"], "arg_types": ["cryptography.x509.Name", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "public_bytes of Name", "ret_type": "builtins.bytes", "variables": []}}}, "rdns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Name.rdns", "name": "rdns", "type": {".class": "Instance", "args": ["cryptography.x509.RelativeDistinguishedName"], "type_ref": "builtins.list"}}}, "rfc4514_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.Name.rfc4514_string", "name": "rfc4514_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.Name"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfc4514_string of Name", "ret_type": "builtins.str", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NameAttribute": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.NameAttribute", "name": "NameAttribute", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.NameAttribute", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.NameAttribute", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "oid", "value"], "flags": [], "fullname": "cryptography.x509.NameAttribute.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "oid", "value"], "arg_types": ["cryptography.x509.NameAttribute", "cryptography.x509.ObjectIdentifier", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of NameAttribute", "ret_type": {".class": "NoneType"}, "variables": []}}}, "oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.NameAttribute.oid", "name": "oid", "type": "cryptography.x509.ObjectIdentifier"}}, "rfc4514_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.NameAttribute.rfc4514_string", "name": "rfc4514_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.NameAttribute"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfc4514_string of NameAttribute", "ret_type": "builtins.str", "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.NameAttribute.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NameOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.NameOID", "name": "NameOID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.NameOID", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.NameOID", "builtins.object"], "names": {".class": "SymbolTable", "BUSINESS_CATEGORY": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.BUSINESS_CATEGORY", "name": "BUSINESS_CATEGORY", "type": "cryptography.x509.ObjectIdentifier"}}, "COMMON_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.COMMON_NAME", "name": "COMMON_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "COUNTRY_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.COUNTRY_NAME", "name": "COUNTRY_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "DN_QUALIFIER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.DN_QUALIFIER", "name": "DN_QUALIFIER", "type": "cryptography.x509.ObjectIdentifier"}}, "DOMAIN_COMPONENT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.DOMAIN_COMPONENT", "name": "DOMAIN_COMPONENT", "type": "cryptography.x509.ObjectIdentifier"}}, "EMAIL_ADDRESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.EMAIL_ADDRESS", "name": "EMAIL_ADDRESS", "type": "cryptography.x509.ObjectIdentifier"}}, "GENERATION_QUALIFIER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.GENERATION_QUALIFIER", "name": "GENERATION_QUALIFIER", "type": "cryptography.x509.ObjectIdentifier"}}, "GIVEN_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.GIVEN_NAME", "name": "GIVEN_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "JURISDICTION_COUNTRY_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.JURISDICTION_COUNTRY_NAME", "name": "JURISDICTION_COUNTRY_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "JURISDICTION_LOCALITY_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.JURISDICTION_LOCALITY_NAME", "name": "JURISDICTION_LOCALITY_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "JURISDICTION_STATE_OR_PROVINCE_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.JURISDICTION_STATE_OR_PROVINCE_NAME", "name": "JURISDICTION_STATE_OR_PROVINCE_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "LOCALITY_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.LOCALITY_NAME", "name": "LOCALITY_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "ORGANIZATIONAL_UNIT_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.ORGANIZATIONAL_UNIT_NAME", "name": "ORGANIZATIONAL_UNIT_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "ORGANIZATION_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.ORGANIZATION_NAME", "name": "ORGANIZATION_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "POSTAL_ADDRESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.POSTAL_ADDRESS", "name": "POSTAL_ADDRESS", "type": "cryptography.x509.ObjectIdentifier"}}, "POSTAL_CODE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.POSTAL_CODE", "name": "POSTAL_CODE", "type": "cryptography.x509.ObjectIdentifier"}}, "PSEUDONYM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.PSEUDONYM", "name": "PSEUDONYM", "type": "cryptography.x509.ObjectIdentifier"}}, "SERIAL_NUMBER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.SERIAL_NUMBER", "name": "SERIAL_NUMBER", "type": "cryptography.x509.ObjectIdentifier"}}, "STATE_OR_PROVINCE_NAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.STATE_OR_PROVINCE_NAME", "name": "STATE_OR_PROVINCE_NAME", "type": "cryptography.x509.ObjectIdentifier"}}, "STREET_ADDRESS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.STREET_ADDRESS", "name": "STREET_ADDRESS", "type": "cryptography.x509.ObjectIdentifier"}}, "SURNAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.SURNAME", "name": "SURNAME", "type": "cryptography.x509.ObjectIdentifier"}}, "TITLE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.TITLE", "name": "TITLE", "type": "cryptography.x509.ObjectIdentifier"}}, "USER_ID": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.USER_ID", "name": "USER_ID", "type": "cryptography.x509.ObjectIdentifier"}}, "X500_UNIQUE_IDENTIFIER": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.NameOID.X500_UNIQUE_IDENTIFIER", "name": "X500_UNIQUE_IDENTIFIER", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OCSPExtensionOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.OCSPExtensionOID", "name": "OCSPExtensionOID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.OCSPExtensionOID", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.OCSPExtensionOID", "builtins.object"], "names": {".class": "SymbolTable", "NONCE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.OCSPExtensionOID.NONCE", "name": "NONCE", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ObjectIdentifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.ObjectIdentifier", "name": "ObjectIdentifier", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.ObjectIdentifier", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.ObjectIdentifier", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dotted_string"], "flags": [], "fullname": "cryptography.x509.ObjectIdentifier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dotted_string"], "arg_types": ["cryptography.x509.ObjectIdentifier", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ObjectIdentifier", "ret_type": {".class": "NoneType"}, "variables": []}}}, "dotted_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.ObjectIdentifier.dotted_string", "name": "dotted_string", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "OtherName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.OtherName", "name": "OtherName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.OtherName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.OtherName", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "type_id", "value"], "flags": [], "fullname": "cryptography.x509.OtherName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "type_id", "value"], "arg_types": ["cryptography.x509.OtherName", "cryptography.x509.ObjectIdentifier", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of OtherName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "type_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.OtherName.type_id", "name": "type_id", "type": "cryptography.x509.ObjectIdentifier"}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.OtherName.value", "name": "value", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RFC822Name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.RFC822Name", "name": "RFC822Name", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.RFC822Name", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.RFC822Name", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.RFC822Name.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.RFC822Name", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RFC822Name", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.RFC822Name.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RSAPrivateKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RSAPublicKey": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RegisteredID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.RegisteredID", "name": "RegisteredID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.RegisteredID", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.RegisteredID", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.RegisteredID.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.RegisteredID", "cryptography.x509.ObjectIdentifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RegisteredID", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.RegisteredID.value", "name": "value", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RelativeDistinguishedName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.RelativeDistinguishedName", "name": "RelativeDistinguishedName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.RelativeDistinguishedName", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.RelativeDistinguishedName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "attributes"], "flags": [], "fullname": "cryptography.x509.RelativeDistinguishedName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "attributes"], "arg_types": ["cryptography.x509.RelativeDistinguishedName", {".class": "Instance", "args": ["cryptography.x509.NameAttribute"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of RelativeDistinguishedName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.RelativeDistinguishedName.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.RelativeDistinguishedName"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of RelativeDistinguishedName", "ret_type": {".class": "Instance", "args": ["cryptography.x509.NameAttribute", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "variables": []}}}, "get_attributes_for_oid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "flags": [], "fullname": "cryptography.x509.RelativeDistinguishedName.get_attributes_for_oid", "name": "get_attributes_for_oid", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "oid"], "arg_types": ["cryptography.x509.RelativeDistinguishedName", "cryptography.x509.ObjectIdentifier"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_attributes_for_oid of RelativeDistinguishedName", "ret_type": {".class": "Instance", "args": ["cryptography.x509.NameAttribute"], "type_ref": "builtins.list"}, "variables": []}}}, "rfc4514_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.RelativeDistinguishedName.rfc4514_string", "name": "rfc4514_string", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["cryptography.x509.RelativeDistinguishedName"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rfc4514_string of RelativeDistinguishedName", "ret_type": "builtins.str", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RevokedCertificate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "cryptography.x509.RevokedCertificate", "name": "RevokedCertificate", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.RevokedCertificate", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.RevokedCertificate", "builtins.object"], "names": {".class": "SymbolTable", "extensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.RevokedCertificate.extensions", "name": "extensions", "type": "cryptography.x509.Extensions"}}, "revocation_date": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.RevokedCertificate.revocation_date", "name": "revocation_date", "type": "datetime.datetime"}}, "serial_number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.RevokedCertificate.serial_number", "name": "serial_number", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RevokedCertificateBuilder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.RevokedCertificateBuilder", "name": "RevokedCertificateBuilder", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.RevokedCertificateBuilder", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.RevokedCertificateBuilder", "builtins.object"], "names": {".class": "SymbolTable", "add_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "flags": [], "fullname": "cryptography.x509.RevokedCertificateBuilder.add_extension", "name": "add_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extension", "critical"], "arg_types": ["cryptography.x509.RevokedCertificateBuilder", "cryptography.x509.ExtensionType", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_extension of RevokedCertificateBuilder", "ret_type": "cryptography.x509.RevokedCertificateBuilder", "variables": []}}}, "build": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "backend"], "flags": [], "fullname": "cryptography.x509.RevokedCertificateBuilder.build", "name": "build", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "backend"], "arg_types": ["cryptography.x509.RevokedCertificateBuilder", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "build of RevokedCertificateBuilder", "ret_type": "cryptography.x509.RevokedCertificate", "variables": []}}}, "revocation_date": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "flags": [], "fullname": "cryptography.x509.RevokedCertificateBuilder.revocation_date", "name": "revocation_date", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "time"], "arg_types": ["cryptography.x509.RevokedCertificateBuilder", "datetime.datetime"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "revocation_date of RevokedCertificateBuilder", "ret_type": "cryptography.x509.RevokedCertificateBuilder", "variables": []}}}, "serial_number": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "flags": [], "fullname": "cryptography.x509.RevokedCertificateBuilder.serial_number", "name": "serial_number", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "serial_number"], "arg_types": ["cryptography.x509.RevokedCertificateBuilder", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serial_number of RevokedCertificateBuilder", "ret_type": "cryptography.x509.RevokedCertificateBuilder", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SignatureAlgorithmOID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.SignatureAlgorithmOID", "name": "SignatureAlgorithmOID", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.SignatureAlgorithmOID", "metaclass_type": null, "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.SignatureAlgorithmOID", "builtins.object"], "names": {".class": "SymbolTable", "DSA_WITH_SHA1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.DSA_WITH_SHA1", "name": "DSA_WITH_SHA1", "type": "cryptography.x509.ObjectIdentifier"}}, "DSA_WITH_SHA224": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.DSA_WITH_SHA224", "name": "DSA_WITH_SHA224", "type": "cryptography.x509.ObjectIdentifier"}}, "DSA_WITH_SHA256": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.DSA_WITH_SHA256", "name": "DSA_WITH_SHA256", "type": "cryptography.x509.ObjectIdentifier"}}, "ECDSA_WITH_SHA1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ECDSA_WITH_SHA1", "name": "ECDSA_WITH_SHA1", "type": "cryptography.x509.ObjectIdentifier"}}, "ECDSA_WITH_SHA224": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ECDSA_WITH_SHA224", "name": "ECDSA_WITH_SHA224", "type": "cryptography.x509.ObjectIdentifier"}}, "ECDSA_WITH_SHA256": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ECDSA_WITH_SHA256", "name": "ECDSA_WITH_SHA256", "type": "cryptography.x509.ObjectIdentifier"}}, "ECDSA_WITH_SHA384": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ECDSA_WITH_SHA384", "name": "ECDSA_WITH_SHA384", "type": "cryptography.x509.ObjectIdentifier"}}, "ECDSA_WITH_SHA512": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ECDSA_WITH_SHA512", "name": "ECDSA_WITH_SHA512", "type": "cryptography.x509.ObjectIdentifier"}}, "ED25519": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ED25519", "name": "ED25519", "type": "cryptography.x509.ObjectIdentifier"}}, "ED448": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.ED448", "name": "ED448", "type": "cryptography.x509.ObjectIdentifier"}}, "RSASSA_PSS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSASSA_PSS", "name": "RSASSA_PSS", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_MD5": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_MD5", "name": "RSA_WITH_MD5", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_SHA1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_SHA1", "name": "RSA_WITH_SHA1", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_SHA224": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_SHA224", "name": "RSA_WITH_SHA224", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_SHA256": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_SHA256", "name": "RSA_WITH_SHA256", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_SHA384": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_SHA384", "name": "RSA_WITH_SHA384", "type": "cryptography.x509.ObjectIdentifier"}}, "RSA_WITH_SHA512": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "cryptography.x509.SignatureAlgorithmOID.RSA_WITH_SHA512", "name": "RSA_WITH_SHA512", "type": "cryptography.x509.ObjectIdentifier"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SubjectAlternativeName": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.ExtensionType"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.SubjectAlternativeName", "name": "SubjectAlternativeName", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.SubjectAlternativeName", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.SubjectAlternativeName", "cryptography.x509.ExtensionType", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "flags": [], "fullname": "cryptography.x509.SubjectAlternativeName.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "general_names"], "arg_types": ["cryptography.x509.SubjectAlternativeName", {".class": "Instance", "args": ["cryptography.x509.GeneralName"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SubjectAlternativeName", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "cryptography.x509.SubjectAlternativeName.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["cryptography.x509.SubjectAlternativeName"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SubjectAlternativeName", "ret_type": {".class": "Instance", "args": ["cryptography.x509.GeneralName", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "variables": []}}}, "get_values_for_type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "flags": [], "fullname": "cryptography.x509.SubjectAlternativeName.get_values_for_type", "name": "get_values_for_type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": ["cryptography.x509.SubjectAlternativeName", {".class": "TypeType", "item": "cryptography.x509.GeneralName"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_values_for_type of SubjectAlternativeName", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UniformResourceIdentifier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["cryptography.x509.GeneralName"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.UniformResourceIdentifier", "name": "UniformResourceIdentifier", "type_vars": []}, "flags": [], "fullname": "cryptography.x509.UniformResourceIdentifier", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.UniformResourceIdentifier", "cryptography.x509.GeneralName", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "cryptography.x509.UniformResourceIdentifier.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["cryptography.x509.UniformResourceIdentifier", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of UniformResourceIdentifier", "ret_type": {".class": "NoneType"}, "variables": []}}}, "value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.UniformResourceIdentifier.value", "name": "value", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["enum.Enum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "cryptography.x509.Version", "name": "Version", "type_vars": []}, "flags": ["is_enum"], "fullname": "cryptography.x509.Version", "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "cryptography.x509", "mro": ["cryptography.x509.Version", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "v1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Version.v1", "name": "v1", "type": "builtins.int"}}, "v3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "cryptography.x509.Version.v3", "name": "v3", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "X509Backend": {".class": "SymbolTableNode", "cross_ref": "cryptography.hazmat.backends.interfaces.X509Backend", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "cryptography.x509._T", "name": "_T", "upper_bound": "cryptography.x509.ExtensionType", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cryptography.x509.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cryptography.x509.__file__", "name": "__file__", "type": "builtins.str"}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "cryptography.x509.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getattr__", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cryptography.x509.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "cryptography.x509.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "load_der_x509_certificate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_der_x509_certificate", "name": "load_der_x509_certificate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_der_x509_certificate", "ret_type": "cryptography.x509.Certificate", "variables": []}}}, "load_der_x509_crl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_der_x509_crl", "name": "load_der_x509_crl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_der_x509_crl", "ret_type": "cryptography.x509.CertificateRevocationList", "variables": []}}}, "load_der_x509_csr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_der_x509_csr", "name": "load_der_x509_csr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_der_x509_csr", "ret_type": "cryptography.x509.CertificateSigningRequest", "variables": []}}}, "load_pem_x509_certificate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_pem_x509_certificate", "name": "load_pem_x509_certificate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_pem_x509_certificate", "ret_type": "cryptography.x509.Certificate", "variables": []}}}, "load_pem_x509_crl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_pem_x509_crl", "name": "load_pem_x509_crl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_pem_x509_crl", "ret_type": "cryptography.x509.CertificateRevocationList", "variables": []}}}, "load_pem_x509_csr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "flags": [], "fullname": "cryptography.x509.load_pem_x509_csr", "name": "load_pem_x509_csr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["data", "backend"], "arg_types": ["builtins.bytes", "cryptography.hazmat.backends.interfaces.X509Backend"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "load_pem_x509_csr", "ret_type": "cryptography.x509.CertificateSigningRequest", "variables": []}}}}, "path": "/Users/max/.cache/pre-commit/repovbfsrd4c/py_env-python3.6/lib/python3.6/site-packages/mypy/typeshed/third_party/2and3/cryptography/x509.pyi"} |