cryptoManager

fun cryptoManager(cryptoManager: CryptoManager?): ClusterEnvironment.Builder

Sets the cryptography manager for Field-Level Encryption (reading and writing encrypted document fields).

Defaults to null, which disables encryption.

Note: Use of the Field-Level Encryption functionality is subject to the Couchbase Inc. Enterprise Subscription License Agreement v7

Return

this builder for chaining purposes.

Parameters

cryptoManager

the manager to use, or null to disable encryption support.