MongoDB\Driver\ClientEncryption::getKey

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKeyGets a key document

Beschreibung

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

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

Parameter-Liste

keyId

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

Rückgabewerte

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

Fehler/Exceptions

add a note add a note

User Contributed Notes

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