hello
MIDP does not support java.security class.
but is there any way through which i can include java.security class in my application if yes the how...plz help me..
Anupam...
hello
MIDP does not support java.security class.
but is there any way through which i can include java.security class in my application if yes the how...plz help me..
Anupam...
Go to http://www.bouncycastle.org/ and download the light version. Look at http://developers.sun.com/techtopics...ps/dataencryp/
for example code.
Including the J2SE edition is not an option as MIDP does not allow you include classes in the java.* tree in your application.