Statement on glibc/iconv Vulnerability

MongoDB\Driver\ClientEncryption::decrypt

(mongodb >=1.7.0)

MongoDB\Driver\ClientEncryption::decryptDecrypt a value

Descrizione

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

Decrypts the value.

Elenco dei parametri

value

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

Valori restituiti

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

Errori/Eccezioni

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top