How to check if hardware accelarated AES is supported in Android

2k Views Asked by At

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?

0

There are 0 best solutions below