java.security.NoSuchAlgorithmException: Cannot find any provider supporting
931233Apr 17 2012 — edited Apr 17 2012Hi all.
I was trying to encrypt data using AES algorithm.
However, with the following exception has occurred.
java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES/ECB/PKCS7PADDING
Someone know a solution to this issue?
My JDK's version is 1.7.
thanks