I am struggling from few days to find out exact answer for this. How to clear out bytebuffer in a correct way in Java.
I need to make sure that in main memory no one can see the byte value after processing.
I did not find any built-in method from Java class which will achieve this result.