I am developing e project where I am doing AES encryption with CBC mode.
But I need to know does java AES implementation use Hardware Acceleration (AES-NI CPU instruction set).
As far as I know that form lollipop hardware accelerated disk encryption is possible. Is there any way to check whether my phone support it or not?