com.azure.cosmos.encryption.implementation.mdesrc.cryptography.DataEncryptionKeyAlgorithm Maven / Gradle / Ivy
package com.azure.cosmos.encryption.implementation.mdesrc.cryptography;
public enum DataEncryptionKeyAlgorithm
{
///
/// Represents the authenticated encryption algorithm with associated data as described in
/// http://tools.ietf.org/html/draft-mcgrew-aead-aes-cbc-hmac-sha2-05.
///
AEAD_AES_256_CBC_HMAC_SHA256
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy