CosmosEncryptionAlgorithm Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. cosmos. encryption. models. CosmosEncryptionAlgorithm
- com.
- java.
public enum CosmosEncryptionAlgorithm
extends Enum<CosmosEncryptionAlgorithm>
Algorithms for use with client-side encryption support in Azure Cosmos DB.
Fields
AEAD_AES_256_CBC_HMAC_SHA256 |
Authenticated Encryption algorithm based on https://tools. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
get(String name)
public static CosmosEncryptionAlgorithm get(String name)
Gets the CosmosEncryptionAlgorithm enum back from the string value
Parameters
- name
- String
Returns
CosmosEncryptionAlgorithm enum
getName()
toString()
public String toString()
Returns the name of algorithm
Returns
algorithm name
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
values()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java