@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 568 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/** Encryption Algorithms supported for data encryption */
export var EncryptionAlgorithm;
(function (EncryptionAlgorithm) {
/** Represents the authenticated encryption algorithm with associated data as described in
http://tools.ietf.org/html/draft-mcgrew-aead-aes-cbc-hmac-sha2-05. */
EncryptionAlgorithm["AEAD_AES_256_CBC_HMAC_SHA256"] = "AEAD_AES_256_CBC_HMAC_SHA256";
})(EncryptionAlgorithm || (EncryptionAlgorithm = {}));
//# sourceMappingURL=EncryptionAlgorithm.js.map