MongoDB\Driver\ClientEncryption::getKey
(mongodb >=1.15.0)
MongoDB\Driver\ClientEncryption::getKey — Gets a key document
说明
Finds a single key document in the key vault collection with the given UUID
keyId.
参数
keyId-
A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.
返回值
Returns the key document, or null if no document matched.
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\ConnectionException if connection to the server fails (for reasons other than authentication).
- Throws MongoDB\Driver\Exception\AuthenticationException if authentication is needed and fails.
- Throws MongoDB\Driver\Exception\RuntimeException on other errors.