Couchbase.Lite.Store Namespace |
Class | Description | |
---|---|---|
SymmetricKey |
Basic AES encryption. Uses a 256-bit (32-byte) key.
|
Interface | Description | |
---|---|---|
ICouchStoreDelegate |
Delegate of a ICouchStore instance. Database implements this.
|
Delegate | Description | |
---|---|---|
CryptorBlock |
Type of block returned by SymmetricKey.CreateEncryptor.
This block can be called repeatedly with input data and returns additional output data.
At EOF, the block should be called with a null parameter, and
it will return the remaining encrypted data from its buffer.
|