@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
9 lines • 433 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/** The algorithms used to wrap/unwrap data encryption key with key encryption key. */
export var KeyEncryptionAlgorithm;
(function (KeyEncryptionAlgorithm) {
/** name of supported algo */
KeyEncryptionAlgorithm["RSA_OAEP"] = "RSA-OAEP";
})(KeyEncryptionAlgorithm || (KeyEncryptionAlgorithm = {}));
//# sourceMappingURL=KeyEncryptionAlgorithm.js.map