- gIface
GTypeInterface gIface;
- getCertificateType
GType function() getCertificateType;
- getClientConnectionType
GType function() getClientConnectionType;
- getDefaultDatabase
GTlsDatabase* function(GTlsBackend* backend) getDefaultDatabase;
- getDtlsClientConnectionType
GType function() getDtlsClientConnectionType;
- getDtlsServerConnectionType
GType function() getDtlsServerConnectionType;
- getFileDatabaseType
GType function() getFileDatabaseType;
- getServerConnectionType
GType function() getServerConnectionType;
- supportsDtls
int function(GTlsBackend* backend) supportsDtls;
- supportsTls
int function(GTlsBackend* backend) supportsTls;
Provides an interface for describing TLS-related types.