Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to use this function in tMap for AES encryption using a Key in a context variable. I am getting error. could anyone please help how to use this function correctly.
Regards,
Ajinkya
This because you have omitted the .....
new byte[]
....after the first parameter and before the curly braces.
This because you have omitted the .....
new byte[]
....after the first parameter and before the curly braces.
thanks for reply ...
I managed to resolve this yesterday itself using .getBytes().