Couchbase Lite C
Couchbase Lite C API
Typedefs | Functions
Certificates And Keys

Typedefs

typedef struct CBLCertificate CBLCertificate
 
typedef struct CBLTLSIdentity CBLTLSIdentity
 

Functions

static const CBLCertificateCBLCert_Retain (const CBLCertificate *t)
 
static void CBLCert_Release (const CBLCertificate *t)
 
static const CBLTLSIdentityCBLIdentity_Retain (const CBLTLSIdentity *t)
 
static void CBLIdentity_Release (const CBLTLSIdentity *t)
 

Detailed Description

Typedef Documentation

◆ CBLCertificate

◆ CBLTLSIdentity

Function Documentation

◆ CBLCert_Release()

static void CBLCert_Release ( const CBLCertificate t)
inlinestatic

◆ CBLCert_Retain()

static const CBLCertificate* CBLCert_Retain ( const CBLCertificate t)
inlinestatic

◆ CBLIdentity_Release()

static void CBLIdentity_Release ( const CBLTLSIdentity t)
inlinestatic

◆ CBLIdentity_Retain()

static const CBLTLSIdentity* CBLIdentity_Retain ( const CBLTLSIdentity t)
inlinestatic