Skip to content

Commit 46afd6f

Browse files
ashni-mehtachristophstrobl
authored andcommitted
Update encryption section in reference documentation.
Updating links for CSFLE. Closes: #4638
1 parent 954f52c commit 46afd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To only encrypt parts of the `Address`, like `Address#street` the `street` field
8080
<4> ``Map``-like fields are encrypted as single value and not as a key/value entry.
8181
====
8282

83-
Depending on the encryption algorithm, MongoDB supports certain operations on an encrypted field using its https://www.mongodb.com/docs/manual/core/queryable-encryption/[Queryable Encryption] feature.
83+
Client-Side Field Level Encryption allows you to choose between a deterministic and a randomized algorithm. Depending on the https://www.mongodb.com/docs/v5.0/reference/security-client-side-automatic-json-schema/#std-label-field-level-encryption-json-schema/[chosen algorithm], https://www.mongodb.com/docs/manual/core/csfle/reference/supported-operations/[different operations] may be supported.
8484
To pick a certain algorithm use `@ExplicitEncrypted(algorithm)`, see `EncryptionAlgorithms` for algorithm constants.
8585
Please read the https://www.mongodb.com/docs/manual/core/csfle/fundamentals/encryption-algorithms[Encryption Types] manual for more information on algorithms and their usage.
8686

0 commit comments

Comments
 (0)