简体   繁体   中英

Java Bouncy Castle Cryptography - Encrypt with AES

How do I implement AES encryption with the java bouncy castle library? Example code or a link to example code would be nice :)

If you download the bcprov source , you'll see the class org.bouncycastle.jce.provider.test.AESTest . It shows you how to set up the bouncyCastle provider, create encryption and decryption Cipher objects, set up CipherOutputStream s and call the write methods on those streams.

Edit : seems like link is broken. Look here for AESTest

检查org.bouncycastle.crypto.test包。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM