Qtc.Network.QSslPreSharedKeyAuthenticator
Contents
Documentation
class QqSslPreSharedKeyAuthenticator x1 where #
Methods
qSslPreSharedKeyAuthenticator :: x1 -> IO (QSslPreSharedKeyAuthenticator ()) #
class QqSslPreSharedKeyAuthenticator_nf x1 where #
Methods
qSslPreSharedKeyAuthenticator_nf :: x1 -> IO (QSslPreSharedKeyAuthenticator ()) #
identity :: QSslPreSharedKeyAuthenticator a -> () -> IO (QByteArray ()) #
identityHint :: QSslPreSharedKeyAuthenticator a -> () -> IO (QByteArray ()) #
maximumIdentityLength :: QSslPreSharedKeyAuthenticator a -> () -> IO Int #
maximumPreSharedKeyLength :: QSslPreSharedKeyAuthenticator a -> () -> IO Int #
preSharedKey :: QSslPreSharedKeyAuthenticator a -> () -> IO (QByteArray ()) #
setIdentity :: QSslPreSharedKeyAuthenticator a -> QByteArray t1 -> IO () #
setPreSharedKey :: QSslPreSharedKeyAuthenticator a -> QByteArray t1 -> IO () #
Orphan instances
Qqswap (QSslPreSharedKeyAuthenticator ()) (QSslPreSharedKeyAuthenticator t1) # | |
Methods qswap :: QSslPreSharedKeyAuthenticator () -> QSslPreSharedKeyAuthenticator t1 -> IO () # | |
Qqswap (QSslPreSharedKeyAuthenticatorSc a) (QSslPreSharedKeyAuthenticator t1) # | |
Methods qswap :: QSslPreSharedKeyAuthenticatorSc a -> QSslPreSharedKeyAuthenticator t1 -> IO () # | |
Qqot (QSslPreSharedKeyAuthenticator ()) (QSslPreSharedKeyAuthenticator t1) (IO (QSslPreSharedKeyAuthenticator ())) # | |
Methods qot :: QSslPreSharedKeyAuthenticator () -> QSslPreSharedKeyAuthenticator t1 -> IO (QSslPreSharedKeyAuthenticator ()) # | |
Qqot (QSslPreSharedKeyAuthenticatorSc a) (QSslPreSharedKeyAuthenticator t1) (IO (QSslPreSharedKeyAuthenticator ())) # | |
Methods qot :: QSslPreSharedKeyAuthenticatorSc a -> QSslPreSharedKeyAuthenticator t1 -> IO (QSslPreSharedKeyAuthenticator ()) # |