Hello,
I have started migrating our code from 2.6 to 3.0 and am struggling to find information on the field level encryption topic. Previously we had:
jsonObjet.setCryptoManager(…)
jsonObject.putAndEncrypt(…)
jsonObject.getAndDecrypt(…)
How is this to be achieved now?
Thanks in advance,
Petar