Interface

Gio-2.0GioTlsBackendInterface

Interface for implementing TlsBackend. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_default_database(): Gio.TlsDatabase;
    vfunc_supports_dtls(): boolean;
    vfunc_supports_tls(): boolean;
}

Hierarchy (View Summary)

Index

Methods

  • Checks if DTLS is supported. DTLS support may not be available even if TLS support is available, and vice-versa.

    Returns boolean

  • Checks if TLS is supported; if this returns false for the default Gio.TlsBackend, it means no "real" TLS backend is available.

    Returns boolean