UNPKG

@azure/cosmos

Version:
12 lines 577 B
"use strict"; // 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