Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtNetwork »

Classe « QSslCipher »

Informations générales

Héritage

builtins.object
    Object
        QSslCipher

Définition

class QSslCipher(Object):

Description [extrait de QSslCipher.__doc__]

QSslCipher(self)
QSslCipher(self, name: str)
QSslCipher(self, name: str, protocol: PySide2.QtNetwork.QSsl.SslProtocol)
QSslCipher(self, other: PySide2.QtNetwork.QSslCipher)

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__bool__(self) self != 0 [extrait de __bool__.__doc__]
__copy__(self) __copy__(self) [extrait de __copy__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
authenticationMethod(self) -> str authenticationMethod(self) -> str [extrait de authenticationMethod.__doc__]
encryptionMethod(self) -> str encryptionMethod(self) -> str [extrait de encryptionMethod.__doc__]
isNull(self) -> bool isNull(self) -> bool [extrait de isNull.__doc__]
keyExchangeMethod(self) -> str keyExchangeMethod(self) -> str [extrait de keyExchangeMethod.__doc__]
name(self) -> str name(self) -> str [extrait de name.__doc__]
protocol(self) -> PySide2.QtNetwork.QSsl.SslProtocol protocol(self) -> PySide2.QtNetwork.QSsl.SslProtocol [extrait de protocol.__doc__]
protocolString(self) -> str protocolString(self) -> str [extrait de protocolString.__doc__]
supportedBits(self) -> int supportedBits(self) -> int [extrait de supportedBits.__doc__]
swap(self, other: PySide2.QtNetwork.QSslCipher) swap(self, other: PySide2.QtNetwork.QSslCipher) [extrait de swap.__doc__]
usedBits(self) -> int usedBits(self) -> int [extrait de usedBits.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__