# encoding: utf-8
# module PyQt5.QtNetwork
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtNetwork.pyd
# by generator 1.147
# no doc

# imports
import enum as __enum
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QSslCipher(__sip.simplewrapper):
    """
    QSslCipher()
    QSslCipher(name: Optional[str])
    QSslCipher(name: Optional[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"""


    __hash__ = None


