MongoDB\Driver\ClientEncryption::getKey

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKeyGets a key document

Descripción

finalpublicMongoDB\Driver\ClientEncryption::getKey(MongoDB\BSON\Binary$keyId): ?object

Finds a single key document in the key vault collection with the given UUID keyId.

Parámetros

keyId

A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.

Valores devueltos

Returns the key document, or null if no document matched.

Errores/Excepciones

To Top