JCE & AES encryption
843811Aug 2 2005 — edited Aug 3 2006hai,
The following code is running in jdk1.4 in windows platform,
Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider());
Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding");
but if i try it in jdk1.5 in linux platform i am getting the following error
"Cannot find any provider supporting AES/CBC/PKCS5Padding"
help me to rectify this error
thanks in advance