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