Skip to content

Commit 6c8989a

Browse files
author
Dave Cuthbert
authored
DOCSP-24155 add link (#1541)
1 parent b253a46 commit 6c8989a

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

source/reference/method/js-client-side-field-level-encryption.txt

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,51 +26,42 @@ client-side field level encryption.
2626
:header-rows: 1
2727

2828
* - Name
29-
3029
- Description
3130

3231
* - :method:`getKeyVault()`
33-
3432
- Returns the key vault object for the current MongoDB connection.
3533

3634
* - :method:`KeyVault.createKey()`
37-
3835
- Creates a data encryption key for use with client-side field level encryption.
3936

4037
* - :method:`KeyVault.deleteKey()`
41-
4238
- Deletes the specified data encryption key from the key vault.
4339

4440
* - :method:`KeyVault.getKey()`
45-
4641
- Retreives the specified data encryption key from the key vault.
4742

4843
* - :method:`KeyVault.getKeys()`
49-
5044
- Retrieves all keys in the key vault.
5145

5246
* - :method:`KeyVault.addKeyAlternateName()`
53-
5447
- Associates a key alternative name to the specified data encryption key.
5548

5649
* - :method:`KeyVault.removeKeyAlternateName()`
57-
5850
- Removes a key alternative name from the specified data encryption key.
5951

60-
* - :method:`KeyVault.getKeyByAltName()`
52+
* - :method:`KeyVault.rewrapManyDataKey()`
53+
- Decrypts multiple data keys and re-encrypts them with a new master key.
6154

55+
* - :method:`KeyVault.getKeyByAltName()`
6256
- Retrieves keys with the specified key alternative name.
6357

6458
* - :method:`getClientEncryption()`
65-
6659
- Returns the client encryption object for supporting explicit encryption/decryption of fields.
6760

6861
* - :method:`ClientEncryption.encrypt()`
69-
7062
- Encrypts a field using a specified data encryption key and encryption algorithm.
7163

7264
* - :method:`ClientEncryption.decrypt()`
73-
7465
- Decrypts a field using the associated data encryption key and encryption algorithm.
7566

7667

0 commit comments

Comments
 (0)