UNPKG

@azure/cosmos

Version:
9 lines 433 B
// 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