I want to create decrypt or encrypt function from python and it can call in wiremock function.
For example https://i.stack.imgur.com/SjHpP.png
From above picture , I expect Wiremock that can decrypt data (I already have decrypt code from Python) and check my condition. After that it will get JSON result (No encrypt data) and Wiremock have to able to encrypt JSON result (It can't I will send encrypt data directly lol )
so May anyone suggest how to create wiremock extension like this from Python?
I find the solution just write from Java...
Thanks m (_ _) m