handle authorization token in encrypted response body and passed to the subsequent requests
encrypted data in response body decrypted using the code send by the developer , in that decrypted body authorization token that we need to handle and stored inside a variable and pass to the next requests.
I resolved the issue by my own. -->First I store the encrypted response body in variable using regular expression extractor --->Then I used beanshell preprocessor and call the variable which includes encrypted response body and decrypted it using the code send by the developer and stores that decrypted data in variable --->copy that variable in dummy sampler response body --->Now I used the regular expression extractor and extract the AUTH token and saved in variable and passed it to the subsequent requests.