How can i import it?
Error on WTK:
package java.security does not exist import java.security.*;
package java.security does not exist import java.math.*;
Tks!
How can i import it?
Error on WTK:
package java.security does not exist import java.security.*;
package java.security does not exist import java.math.*;
Tks!
You can't import J2SE/J2EE packages that are not part of J2ME.
shmoove
And i would like to ask... the JCE which is not already integrate in the JDK1.5?
if not how can i install in it?
Please read the CLDC and MIDP javadocs before posting the same types of questions (Is package X available?) in several places.
Those javadocs are available in any Nokia SDK.
Daniel
I am getting the same exception
java.security.InvalidKeyException;
javax.crypto.* doesnt exist
In this thread they have given JCE what is that...please tell anyone...
And i am using jdk 6 version ....
Please anyone give solution
What Wireless Toolkit (or Java ME SDK / Nokia SDK / etc.) are you using? For what device are you developing?
The classes you're trying to import only exist on devices (or SDKs) that support the optional cryptography component of JSR-177 (Security And Trust Services API, SATSA).
You might just need to add this library to your project's build-path.
Graham.