Trait gio::prelude::TlsBackendExt
source · [−]pub trait TlsBackendExt: 'static {
fn certificate_type(&self) -> Type;
fn client_connection_type(&self) -> Type;
fn default_database(&self) -> TlsDatabase;
fn dtls_client_connection_type(&self) -> Type;
fn dtls_server_connection_type(&self) -> Type;
fn file_database_type(&self) -> Type;
fn server_connection_type(&self) -> Type;
fn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>);
fn supports_dtls(&self) -> bool;
fn supports_tls(&self) -> bool;
}
Required Methods
source
fn certificate_type(&self) -> Type
source
fn client_connection_type(&self) -> Type
source
fn default_database(&self) -> TlsDatabase
source
fn dtls_client_connection_type(&self) -> Type
source
fn dtls_server_connection_type(&self) -> Type
source
fn file_database_type(&self) -> Type
source
fn server_connection_type(&self) -> Type
sourcefn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>)
fn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>)
Available on crate feature
v2_60
only.source
fn supports_dtls(&self) -> bool
source