### YamlMime:JavaType
fields:
- field:
type:
Metadata header to store encryption materials.
syntax: public static final String BLOB_ENCRYPTION_DATA= "encryptiondata" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.BLOB_ENCRYPTION_DATA - field: type:Constant for the key for the IV.
syntax: public static final String CONTENT_ENCRYPTION_IV= "ContentEncryptionIV" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.CONTENT_ENCRYPTION_IV - field: type:Constant for the key for the encryption agent.
syntax: public static final String ENCRYPTION_AGENT= "EncryptionAgent" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_AGENT - field: type:Constant for the key for the encryption library in the key wrapping metadata.
syntax: public static final String ENCRYPTION_LIBRARY= "EncryptionLibrary" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_LIBRARY - field: type:Constant for the key for the encryption mode.
syntax: public static final String ENCRYPTION_MODE= "EncryptionMode" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_MODE - field: type:Constant for the encryption protocol.
syntax: public static final String ENCRYPTION_PROTOCOL_V1= "1.0" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_PROTOCOL_V1 - field: type:FullBlob string constant for the encryption mode.
syntax: public static final String FULL_BLOB= "FullBlob" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.FULL_BLOB - field: type:Encryption metadata key for key wrapping IV.
syntax: public static final String KEY_WRAPPING_IV= "KeyWrappingIV" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.KEY_WRAPPING_IV - field: type:Constant for the key wrapping metadata.
syntax: public static final String KEY_WRAPPING_METADATA= "KeyWrappingMetadata" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.KEY_WRAPPING_METADATA - field: type:Property name to store the encryption metadata.
syntax: public static final String TABLE_ENCRYPTION_KEY_DETAILS= "_ClientEncryptionMetadata1" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.TABLE_ENCRYPTION_KEY_DETAILS - field: type:Additional property name to store the encryption metadata.
syntax: public static final String TABLE_ENCRYPTION_PROPERTY_DETAILS= "_ClientEncryptionMetadata2" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.TABLE_ENCRYPTION_PROPERTY_DETAILS - field: type:Constant for the key for the wrapped CEK.
syntax: public static final String WRAPPED_CONTENT_KEY= "WrappedContentKey" uid: com.microsoft.azure.storage.Constants.EncryptionConstants.WRAPPED_CONTENT_KEY inheritances: -Defines constants for client encryption.
metadata: {}