The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
How to encrypt the data and decrypt it in this version of J2SE?
Does anyone have ideas?
Thank you
|
|
0
|
|
|
|
Reply
|
zhengda1936559 (93)
|
4/29/2006 6:20:02 AM |
|
Zheng Da wrote:
> The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
> How to encrypt the data and decrypt it in this version of J2SE?
> Does anyone have ideas?
> Thank you
>
Download and install JCE 1.2.2 (Java Cryptography Extension)
<http://java.sun.com/products/jce/downloads/>
--
Regards,
Roland
|
|
0
|
|
|
|
Reply
|
roland.de.ruiter (139)
|
4/29/2006 9:14:04 AM
|
|
thank you
Roland de Ruiter wrote:
> Zheng Da wrote:
> > The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
> > How to encrypt the data and decrypt it in this version of J2SE?
> > Does anyone have ideas?
> > Thank you
> >
> Download and install JCE 1.2.2 (Java Cryptography Extension)
> <http://java.sun.com/products/jce/downloads/>
> --
> Regards,
>
> Roland
|
|
0
|
|
|
|
Reply
|
zhengda1936559 (93)
|
4/29/2006 2:47:00 PM
|
|