A third-party open source free library introduction to J2ME encrypted data
In J2ME programming, some data often need to be encrypted during storage or transmission, and some information about a third party encryption library:
Encryption class library official homepage: http://www.bouncecastle.org/
Introduction article:
Chinese: https://18900.motorola.com/ewa_portal/develope/jc_j2messl_5_1.jsp
English:
Http://www.javaworld.com/javaworld/jw-12-2002/jw-1220-wireless.html
The source code of this article contains some methods used.
Note: Because the function provided by this class is relatively powerful, the class library is relatively large, and finally deletes unwanted classes in the class library when publishing.