| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GTlsBackend | 
| Interface : | TlsBackend | 
| None | 
| Method / Constructor | Defined By | |
|---|---|---|
| 
			get_certificate_type
				
				 () 
			
				
					 : 
					Number
					
				
			
		 Gets the GType of backend's GTlsCertificate implementation. 
			
				Gets the GType of backend's GTlsCertificate implementation. implementation. 
 | Gio.TlsBackend | |
| 
			get_client_connection_type
				
				 () 
			
				
					 : 
					Number
					
				
			
		 Gets the GType of backend's GTlsClientConnection implementation. 
			
				Gets the GType of backend's GTlsClientConnection implementation. implementation. 
 | Gio.TlsBackend | |
| 
			get_server_connection_type
				
				 () 
			
				
					 : 
					Number
					
				
			
		 Gets the GType of backend's GTlsServerConnection implementation. 
			
				Gets the GType of backend's GTlsServerConnection implementation. implementation. 
 | Gio.TlsBackend | |
| 
			supports_tls
				
				 () 
			
				
					 : 
					gboolean
					
				
			
		 Checks if TLS is supported; if this returns FALSE for the default GTlsBackend, it means no "real" TLS backend is available. 
			
				Checks if TLS is supported; if this returns FALSE for the default GTlsBackend, it means no "real" TLS backend is available. 
 | Gio.TlsBackend | |
| None |