Qtc.Network.QSslCipher

Contents

Documentation

class QqSslCipher x1 where #

Methods

qSslCipher :: x1 -> IO (QSslCipher ()) #

Instances
QqSslCipher () # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher :: () -> IO (QSslCipher ()) #

QqSslCipher String # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher :: String -> IO (QSslCipher ()) #

QqSslCipher (QSslCipher t1) # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher :: QSslCipher t1 -> IO (QSslCipher ()) #

QqSslCipher (String, SslProtocol) # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher :: (String, SslProtocol) -> IO (QSslCipher ()) #

class QqSslCipher_nf x1 where #

Methods

qSslCipher_nf :: x1 -> IO (QSslCipher ()) #

Instances
QqSslCipher_nf () # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher_nf :: () -> IO (QSslCipher ()) #

QqSslCipher_nf String # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher_nf :: String -> IO (QSslCipher ()) #

QqSslCipher_nf (QSslCipher t1) # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher_nf :: QSslCipher t1 -> IO (QSslCipher ()) #

QqSslCipher_nf (String, SslProtocol) # 
Instance details

Defined in Qtc.Network.QSslCipher

Methods

qSslCipher_nf :: (String, SslProtocol) -> IO (QSslCipher ()) #

authenticationMethod :: QSslCipher a -> () -> IO String #

encryptionMethod :: QSslCipher a -> () -> IO String #

keyExchangeMethod :: QSslCipher a -> () -> IO String #

protocolString :: QSslCipher a -> () -> IO String #

supportedBits :: QSslCipher a -> () -> IO Int #

usedBits :: QSslCipher a -> () -> IO Int #

Orphan instances

QqisNull (QSslCipher a) () # 
Instance details

Methods

qisNull :: QSslCipher a -> () -> IO Bool #

Qname (QSslCipher a) () (IO String) # 
Instance details

Methods

name :: QSslCipher a -> () -> IO String #

Qprotocol (QSslCipher a) () (IO SslProtocol) # 
Instance details

Methods

protocol :: QSslCipher a -> () -> IO SslProtocol #

Qqswap (QSslCipher ()) (QSslCipher t1) # 
Instance details

Methods

qswap :: QSslCipher () -> QSslCipher t1 -> IO () #

Qqswap (QSslCipherSc a) (QSslCipher t1) # 
Instance details

Methods

qswap :: QSslCipherSc a -> QSslCipher t1 -> IO () #

Qqone (QSslCipher ()) (QSslCipher t1) # 
Instance details

Methods

qone :: QSslCipher () -> QSslCipher t1 -> IO Bool #

Qqone (QSslCipherSc a) (QSslCipher t1) # 
Instance details

Methods

qone :: QSslCipherSc a -> QSslCipher t1 -> IO Bool #

Qqoe (QSslCipher ()) (QSslCipher t1) # 
Instance details

Methods

qoe :: QSslCipher () -> QSslCipher t1 -> IO Bool #

Qqoe (QSslCipherSc a) (QSslCipher t1) # 
Instance details

Methods

qoe :: QSslCipherSc a -> QSslCipher t1 -> IO Bool #

Qqot (QSslCipher ()) (QSslCipher t1) (IO (QSslCipher ())) # 
Instance details

Methods

qot :: QSslCipher () -> QSslCipher t1 -> IO (QSslCipher ()) #

Qqot (QSslCipherSc a) (QSslCipher t1) (IO (QSslCipher ())) # 
Instance details

Methods

qot :: QSslCipherSc a -> QSslCipher t1 -> IO (QSslCipher ()) #