(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.
  
keyIdA MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.
   Returns the key document, or null if no document matched.
  
