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?

