Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLEncryptionKey Struct Reference

Encryption key specified in a CBLDatabaseConfiguration. More...

#include <cbl/CBLDatabase.h>

Data Fields

CBLEncryptionAlgorithm algorithm
 Encryption algorithm. More...
 
uint8_t bytes [32]
 Raw key data. More...
 

Detailed Description

Encryption key specified in a CBLDatabaseConfiguration.

Field Documentation

◆ algorithm

CBLEncryptionAlgorithm CBLEncryptionKey::algorithm

Encryption algorithm.

◆ bytes

uint8_t CBLEncryptionKey::bytes[32]

Raw key data.


The documentation for this struct was generated from the following file: