bouncy castle deprecated! any help will be great!
I've found a useful encryption example code on sun.
http://java.sun.com/developer/J2METechTips/2001/tt1217.html
However, when I run it in JBUILDER...
"Encryptor.java": org.bouncycastle.crypto.modes.PaddedBlockCipher Deprecated. use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. in org.bouncycastle.crypto.modes has been deprecated at line 30, column 18
and when I search the net, and reach:
ftp://ftp.gva.es/pub/mirror/bouncycastle/www.bouncycastle.org/docs/docs1.3/org/bouncycastle/crypto/modes/package-summary.html
It said:
PaddedBlockCipher Deprecated. use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
But After I change PaddedBlockCipher >PaddedBufferedBlockCipher , things keep on happen and nothing different .............
Can Anyone give me a hand???
I really face this problem for a long time and I'm so tired on it...please help...