(mongodb >=1.7.0)
MongoDB\Driver\ClientEncryption::encrypt — Cifra un valor
$value, ?array $options = null): MongoDB\BSON\BinaryCifra el valor.
valueEl valor a cifrar. Cualquier valor que pueda ser insertado en MongoDB puede ser cifrado utilizando este método.
options
| Option | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| algorithm | string |
The encryption algorithm to be used. This option is required. Specify one of the following ClientEncryption constants:
|
||||||||||||||||||
| contentionFactor | int |
The contention factor for evaluating queries with indexed, encrypted payloads.
This option only applies and may only be specified when
|
||||||||||||||||||
| keyAltName | string |
Identifies a key vault collection document by
|
||||||||||||||||||
| keyId | MongoDB\BSON\Binary |
Identifies a data key by |
||||||||||||||||||
| queryType | string |
The query type for evaluating queries with indexed, encrypted payloads. Specify one of the following ClientEncryption constants:
This option only applies and may only be specified when
|
||||||||||||||||||
| rangeOpts | array |
Index options for a queryable encryption field supporting "range"
queries. The options below must match the values set in the
|
Devuelve el valor cifrado como un objeto MongoDB\Driver\ClientEncryption::decrypt() de subtipo 6.
| Versión | Descripción |
|---|---|
| PECL mongodb 1.20.0 |
Se añadió la opción de rango "trimFactor". La opción de rango
"sparsity" es ahora opcional.
|
| PECL mongodb 1.16.0 |
Se añadió la opción "rangeOpts".
|
| PECL mongodb 1.14.0 |
Se añadieron las opciones "contentionFactor" y
"queryType".
|