MongoDB\Driver\ClientEncryption::decrypt
(mongodb >=1.7.0)
MongoDB\Driver\ClientEncryption::decrypt — Decrypt a value
説明
final public MongoDB\Driver\ClientEncryption::decrypt
( MongoDB\BSON\Binary $value
) : mixed
Decrypts the value.
エラー / 例外
- 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。
- Throws MongoDB\Driver\Exception\EncryptionException if an error occurs while decrypting the value