BlobClientSideEncryptionOptions Class    
	- java.lang. Object 
- com.azure. storage. blob. specialized. cryptography. BlobClientSideEncryptionOptions 
 
- com.
public class BlobClientSideEncryptionOptions
This class contains the configuration options used to encrypt the blob content on the client side.
Constructor Summary
| Constructor | Description | 
|---|---|
| BlobClientSideEncryptionOptions() | Creates a new instance of BlobClientSideEncryptionOptions. | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| long | getAuthenticatedRegionDataLengthInBytes() Gets the length of the authenticated region data. | 
| Blob | setAuthenticatedRegionDataLengthInBytes(long authenticatedRegionDataLength) Sets the authenticated region length to use when encrypting blobs. | 
Methods inherited from java.lang.Object
Constructor Details
BlobClientSideEncryptionOptions
public BlobClientSideEncryptionOptions()
Creates a new instance of BlobClientSideEncryptionOptions.
Method Details
getAuthenticatedRegionDataLengthInBytes
public long getAuthenticatedRegionDataLengthInBytes()
Gets the length of the authenticated region data.
Returns:
setAuthenticatedRegionDataLengthInBytes
public BlobClientSideEncryptionOptions setAuthenticatedRegionDataLengthInBytes(long authenticatedRegionDataLength)
Sets the authenticated region length to use when encrypting blobs.
Parameters:
Returns: