# 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 QSslCipher(__PyQt6_sip.simplewrapper):
    """
    QSslCipher()
    QSslCipher(name: str)
    QSslCipher(name: str, protocol: QSsl.SslProtocol)
    QSslCipher(other: QSslCipher)
    """
    def authenticationMethod(self): # real signature unknown; restored from __doc__
        """ authenticationMethod(self) -> str """
        return ""

    def encryptionMethod(self): # real signature unknown; restored from __doc__
        """ encryptionMethod(self) -> str """
        return ""

    def isNull(self): # real signature unknown; restored from __doc__
        """ isNull(self) -> bool """
        return False

    def keyExchangeMethod(self): # real signature unknown; restored from __doc__
        """ keyExchangeMethod(self) -> str """
        return ""

    def name(self): # real signature unknown; restored from __doc__
        """ name(self) -> str """
        return ""

    def protocol(self): # real signature unknown; restored from __doc__
        """ protocol(self) -> QSsl.SslProtocol """
        pass

    def protocolString(self): # real signature unknown; restored from __doc__
        """ protocolString(self) -> str """
        return ""

    def supportedBits(self): # real signature unknown; restored from __doc__
        """ supportedBits(self) -> int """
        return 0

    def swap(self, other): # real signature unknown; restored from __doc__
        """ swap(self, other: QSslCipher) """
        pass

    def usedBits(self): # real signature unknown; restored from __doc__
        """ usedBits(self) -> int """
        return 0

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    __hash__ = None


