Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

bouncy castle deprecated! any help will be great!

843811May 5 2007
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...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2007
Added on May 5 2007
0 comments
398 views