Documentation
type KeyAlgorithm = QEnum (CKeyAlgorithm Int) #
eRsa :: KeyAlgorithm #
eDsa :: KeyAlgorithm #
eEc :: KeyAlgorithm #
ePrivateKey :: KeyType #
ePublicKey :: KeyType #
type SslOptions = QFlags (CSslOptions Int) #
type EncodingFormat = QEnum (CEncodingFormat Int) #
ePem :: EncodingFormat #
eDer :: EncodingFormat #
type SslProtocol = QEnum (CSslProtocol Int) #
eSslV3 :: SslProtocol #
eSslV2 :: SslProtocol #
eTlsV1_0 :: SslProtocol #
eTlsV1_1 :: SslProtocol #
eTlsV1_2 :: SslProtocol #
Orphan instances
Qcs (QObject c -> AlternativeNameEntryType -> IO ()) # | |
connectSlot :: QObject a -> String -> QObject b -> String -> (QObject c -> AlternativeNameEntryType -> IO ()) -> IO () # |