Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BlobClientSideEncryptionOptions Class
- Package:
- com.azure.storage.blob.specialized.cryptography
- Maven Artifact:
- com.azure:azure-storage-blob-cryptography:12.33.0
- java.lang.Object
- com.azure.storage.blob.specialized.cryptography.BlobClientSideEncryptionOptions
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. |
| BlobClientSideEncryptionOptions |
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:
Applies to
Azure SDK for Java
Feedback
Was this page helpful?
