# 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 QSsl(__sip.simplewrapper):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    AnyProtocol = 5
    Der = 1
    Dh = 4
    DnsEntry = 1
    Dsa = 2
    DtlsV1_0 = 11
    DtlsV1_0OrLater = 12
    DtlsV1_2 = 13
    DtlsV1_2OrLater = 14
    Ec = 3
    EmailEntry = 0
    IpAddressEntry = 2
    Opaque = 0
    Pem = 0
    PrivateKey = 0
    PublicKey = 1
    Rsa = 1
    SecureProtocols = 7
    SslOptionDisableCompression = 4
    SslOptionDisableEmptyFragments = 1
    SslOptionDisableLegacyRenegotiation = 16
    SslOptionDisableServerCipherPreference = 128
    SslOptionDisableServerNameIndication = 8
    SslOptionDisableSessionPersistence = 64
    SslOptionDisableSessionSharing = 32
    SslOptionDisableSessionTickets = 2
    SslV2 = 1
    SslV3 = 0
    TlsV1SslV3 = 6
    TlsV1_0 = 2
    TlsV1_0OrLater = 8
    TlsV1_1 = 3
    TlsV1_1OrLater = 9
    TlsV1_2 = 4
    TlsV1_2OrLater = 10
    TlsV1_3 = 15
    TlsV1_3OrLater = 16
    UnknownProtocol = -1


