### YamlMime:JavaType fields: - field: type: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.BLOB_ENCRYPTION_DATA name: BLOB_ENCRYPTION_DATA nameWithType: Constants.EncryptionConstants.BLOB_ENCRYPTION_DATA summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.CONTENT_ENCRYPTION_IV name: CONTENT_ENCRYPTION_IV nameWithType: Constants.EncryptionConstants.CONTENT_ENCRYPTION_IV summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_AGENT name: ENCRYPTION_AGENT nameWithType: Constants.EncryptionConstants.ENCRYPTION_AGENT summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_LIBRARY name: ENCRYPTION_LIBRARY nameWithType: Constants.EncryptionConstants.ENCRYPTION_LIBRARY summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_MODE name: ENCRYPTION_MODE nameWithType: Constants.EncryptionConstants.ENCRYPTION_MODE summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.ENCRYPTION_PROTOCOL_V1 name: ENCRYPTION_PROTOCOL_V1 nameWithType: Constants.EncryptionConstants.ENCRYPTION_PROTOCOL_V1 summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.FULL_BLOB name: FULL_BLOB nameWithType: Constants.EncryptionConstants.FULL_BLOB summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.KEY_WRAPPING_IV name: KEY_WRAPPING_IV nameWithType: Constants.EncryptionConstants.KEY_WRAPPING_IV summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.KEY_WRAPPING_METADATA name: KEY_WRAPPING_METADATA nameWithType: Constants.EncryptionConstants.KEY_WRAPPING_METADATA summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.TABLE_ENCRYPTION_KEY_DETAILS name: TABLE_ENCRYPTION_KEY_DETAILS nameWithType: Constants.EncryptionConstants.TABLE_ENCRYPTION_KEY_DETAILS summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.TABLE_ENCRYPTION_PROPERTY_DETAILS name: TABLE_ENCRYPTION_PROPERTY_DETAILS nameWithType: Constants.EncryptionConstants.TABLE_ENCRYPTION_PROPERTY_DETAILS summary:

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: fullName: com.microsoft.azure.storage.Constants.EncryptionConstants.WRAPPED_CONTENT_KEY name: WRAPPED_CONTENT_KEY nameWithType: Constants.EncryptionConstants.WRAPPED_CONTENT_KEY summary:

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: - nameWithType: Constants.EncryptionConstants syntax: public class EncryptionConstants type: class uid: com.microsoft.azure.storage.Constants.EncryptionConstants fullName: com.microsoft.azure.storage.Constants.EncryptionConstants name: Constants.EncryptionConstants package: com.microsoft.azure.storage summary:

Defines constants for client encryption.

metadata: {}