Encryption problem (java.security) *newbie*

Hi,

This is my first time building j2me application.

In my project I required to use ecryption.

I'm planning to use PBEWithMD5AndDES in j2me application using netbeans 5.5

However, when I try to import

java.security.Key;

java.security.AlgorithmParameters;

java.security.SecureRandom;

java.security.spec.AlgorithmParameterSpec;

java.security.spec.KeySpec;

the package can't be found...

please help, any help would be appreciated.

[504 byte] By [r41k1r1a] at [2007-11-27 10:19:46]
# 1

please use bouncy castle

http://jdj.sys-con.com/read/36641.htm

http://www.bouncycastle.org/fr/documentation.html

suparenoa at 2007-7-28 16:59:40 > top of Java-index,Java Mobility Forums,Java ME Technologies...