crypto Manager
fun cryptoManager(cryptoManager: CryptoManager?): ClusterEnvironment.Builder
Content copied to clipboard
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
crypto Manager
the manager to use, or null to disable encryption support.