gi-gio-0.2.44.12: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.TlsConnection

Contents

Description

 

Synopsis

Exported types

Methods

tlsConnectionEmitAcceptCertificate

tlsConnectionGetCertificate

tlsConnectionGetDatabase

tlsConnectionGetInteraction

tlsConnectionGetPeerCertificate

tlsConnectionGetPeerCertificateErrors

tlsConnectionGetRehandshakeMode

tlsConnectionGetRequireCloseNotify

tlsConnectionGetUseSystemCertdb

tlsConnectionGetUseSystemCertdb :: (MonadIO m, TlsConnectionK a) => a -> m Bool Source

Deprecated: (Since version 2.30)Use g_tls_connection_get_database() instead

tlsConnectionHandshake

tlsConnectionHandshakeAsync

tlsConnectionHandshakeFinish

tlsConnectionSetCertificate

tlsConnectionSetDatabase

tlsConnectionSetInteraction

tlsConnectionSetRehandshakeMode

tlsConnectionSetRequireCloseNotify

tlsConnectionSetUseSystemCertdb

tlsConnectionSetUseSystemCertdb :: (MonadIO m, TlsConnectionK a) => a -> Bool -> m () Source

Deprecated: (Since version 2.30)Use g_tls_connection_set_database() instead

Properties

BaseIoStream

Certificate

Database

Interaction

PeerCertificate

PeerCertificateErrors

RehandshakeMode

RequireCloseNotify

UseSystemCertdb

Signals

AcceptCertificate