Decrypting the Ouput
In this article we continue our quick start series. We assume that you are following from the previous article.
7. Create a Compute Request for Decryption
Since the result is still encrypted, we need to decrypt it.
Explanation:
We create a
ComputeOperationOperand
with the encrypted result data.We define a
ComputeOperationInstance
for theDECRYPT
operation.The
compute
method is called again to perform the decryption.We measure the time taken for decryption.
Last updated