mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix docs for ClientEncryption constants
This commit is contained in:
parent
2d23d655aa
commit
d8a3faa4af
1 changed files with 2 additions and 2 deletions
|
@ -65,14 +65,14 @@
|
|||
<varlistentry xml:id="mongodb-driver-clientencryption.constants.deterministic">
|
||||
<term><constant>MongoDB\Driver\ClientEncryption::AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC</constant></term>
|
||||
<listitem>
|
||||
<para>Uses randomized encryption.</para>
|
||||
<para>Specifies an algorithm for <link xlink:href="&url.mongodb.docs;core/security-client-side-encryption/#deterministic-encryption">deterministic encryption</link>, which is suitable for querying.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="mongodb-driver-clientencryption.constants.random">
|
||||
<term><constant>MongoDB\Driver\ClientEncryption::AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM</constant></term>
|
||||
<listitem>
|
||||
<para>Uses deterministic (queryable) encryption.</para>
|
||||
<para>Specifies an algorithm for <link xlink:href="&url.mongodb.docs;core/security-client-side-encryption/#randomized-encryption">randomized encryption</link></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue