Class BlobDecryptionPolicy

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

public class BlobDecryptionPolicy extends Object implements com.azure.core.http.policy.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.
  • Method Summary

    Modifier and Type
    Method
    Description
    Mono<com.azure.core.http.HttpResponse>
    process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy

    getPipelinePosition, processSync
  • Method Details

    • process

      public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
      Specified by:
      process in interface com.azure.core.http.policy.HttpPipelinePolicy