can't import javax.crypto

I’ve faced a problem of importation Javacardx.crypto. I used jdk1.2.2 and jc 2.1.1. Register ways to jar-files: to apitoolkit.jar and to api21.jar in my project (use IntelliJ IDEA 3.0.5). And when I write : “import javacardx.crypto.*” – compiler doesn’t find it. I’ve tried to find javacardx.crypto in all .jar-files (java card kit 2.1.1), that are available. Also I’ve not found. I’ve not found.

What’s a problem here?

[487 byte] By [iaaa] at [2007-11-27 8:00:05]
# 1
iaa, not to sound rude, but did you search the forum before you posted your question ?
Joseph.Smitha at 2007-7-12 19:42:00 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
You need the a stub library with the corresponding export files in order to program against and compile to CAP file.Java Card development tools normally come with the on-card libraries. Example: JCOP Tools.
lexdabeara at 2007-7-12 19:42:00 > top of Java-index,Java Mobility Forums,Consumer and Commerce...