Class BlobDecryptionPolicy

java.lang.Object
com.azure.storage.blob.specialized.cryptography.BlobDecryptionPolicy
All Implemented Interfaces:
HttpPipelinePolicy

public class BlobDecryptionPolicy extends Object implements HttpPipelinePolicy
This is a decryption policy in an HttpPipeline to decrypt data in an EncryptedBlobAsyncClient or EncryptedBlobClient download request. The range will be expanded for decryption purposes and then decrypt the body when the response comes in.