MongoDB\Driver\ClientEncryption::decrypt

(mongodb >=1.7.0)

MongoDB\Driver\ClientEncryption::decryptDecrypt a value

Descripción

finalpublicMongoDB\Driver\ClientEncryption::decrypt(MongoDB\BSON\Binary$value): mixed

Decrypts the value.

Parámetros

value

A MongoDB\BSON\Binary instance with subtype 6 containing the encrypted value.

Valores devueltos

Returns the decrypted value as it was passed to MongoDB\Driver\ClientEncryption::encrypt().

Errores/Excepciones

Ver también

To Top