Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.swing.JOptionPane;
这些不包括在 J2ME 中吗?那么如何在 J2ME 中实现河豚算法呢?
查看The Legion of the Bouncy Castle,这是一组包括 Java ME (J2ME) 支持的开源密码学 API。