Hi,
I ve got a Servlet, which is expecting a token, which is encrypted by AEM CryptoSupport Service.
In my TestCases for that Servlet I would like to be able to dynamically create tokens which I can pass to the servlet method.
So far I ve only found examples using a mocked CryptoSupport Service, but actually I would like to actually use the real one.
Can I somehow create an instance of CryptoSupport in my Test Class ?
Thanks a lot for your support in advance.
--
Volker