# encoding: utf-8
# module PyQt6.QtNetwork
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtNetwork.pyd
# by generator 1.147
# no doc

# imports
import enum as __enum
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QSslCertificateExtension(__PyQt6_sip.simplewrapper):
    """
    QSslCertificateExtension()
    QSslCertificateExtension(other: QSslCertificateExtension)
    """
    def isCritical(self): # real signature unknown; restored from __doc__
        """ isCritical(self) -> bool """
        return False

    def isSupported(self): # real signature unknown; restored from __doc__
        """ isSupported(self) -> bool """
        return False

    def name(self): # real signature unknown; restored from __doc__
        """ name(self) -> str """
        return ""

    def oid(self): # real signature unknown; restored from __doc__
        """ oid(self) -> str """
        return ""

    def swap(self, other): # real signature unknown; restored from __doc__
        """ swap(self, other: QSslCertificateExtension) """
        pass

    def value(self): # real signature unknown; restored from __doc__
        """ value(self) -> Any """
        pass

    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



