Documentation
class QqSslCipher x1 where #
qSslCipher :: x1 -> IO (QSslCipher ()) #
Instances
QqSslCipher () # | |
Defined in Qtc.Network.QSslCipher qSslCipher :: () -> IO (QSslCipher ()) # | |
QqSslCipher String # | |
Defined in Qtc.Network.QSslCipher qSslCipher :: String -> IO (QSslCipher ()) # | |
QqSslCipher (QSslCipher t1) # | |
Defined in Qtc.Network.QSslCipher qSslCipher :: QSslCipher t1 -> IO (QSslCipher ()) # | |
QqSslCipher (String, SslProtocol) # | |
Defined in Qtc.Network.QSslCipher qSslCipher :: (String, SslProtocol) -> IO (QSslCipher ()) # |
class QqSslCipher_nf x1 where #
qSslCipher_nf :: x1 -> IO (QSslCipher ()) #
Instances
QqSslCipher_nf () # | |
Defined in Qtc.Network.QSslCipher qSslCipher_nf :: () -> IO (QSslCipher ()) # | |
QqSslCipher_nf String # | |
Defined in Qtc.Network.QSslCipher qSslCipher_nf :: String -> IO (QSslCipher ()) # | |
QqSslCipher_nf (QSslCipher t1) # | |
Defined in Qtc.Network.QSslCipher qSslCipher_nf :: QSslCipher t1 -> IO (QSslCipher ()) # | |
QqSslCipher_nf (String, SslProtocol) # | |
Defined in Qtc.Network.QSslCipher 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 #
qSslCipher_delete :: QSslCipher a -> IO () #