Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 317 matches

by kuafu
Sun Aug 04, 2019 8:18 am
Forum: Questions & Answers
Topic: Adding PKCS#11 compatibility to smart card
Replies: 5
Views: 15823

Re: Adding PKCS#11 compatibility to smart card

You need to implement a library specifically compatible with my smart card. And you need to konw how the applet work in javacard.
by kuafu
Sun Aug 04, 2019 8:16 am
Forum: Questions & Answers
Topic: Adding PKCS#11 compatibility to smart card
Replies: 5
Views: 15823

Re: Adding PKCS#11 compatibility to smart card

My mistake, you didn't need to know scp11.
by kuafu
Wed Jul 17, 2019 4:54 am
Forum: Applets Development Guide
Topic: How to throw an exception in my applet
Replies: 5
Views: 19746

Re: How to throw an exception in my applet

mjalali1365 wrote:
Wed Jul 17, 2019 2:09 am
Garfield wrote:
Tue Jun 12, 2018 3:10 am
if(condition == false)
{
ISOException.throwIt((short)0x6F00);
}
Does it only throw 0x6F00? How one can throw the reason for an specific exception?
you can throw any short value .
such as ISOException.throwIt((short)0x6899); or ISOException.throwIt((short)0x2222);
by kuafu
Mon Jul 15, 2019 11:05 pm
Forum: Products Release
Topic: JCKit JAVACOS_3.0.1.3 released
Replies: 1
Views: 18730

Re: JCKit JAVACOS_3.0.1.3 released

this version support proguard viewtopic.php?f=3&p=6050#p6050
by kuafu
Thu Jul 11, 2019 5:35 am
Forum: Applets Development Guide
Topic: How to build Java card applet ?
Replies: 1
Views: 12255

Re: How to build Java card applet ?

Q1: you can using JCIDE
Q2: java card applet can run on sim card. You need some simkit tool.
by kuafu
Wed Jul 10, 2019 10:20 pm
Forum: User Guide
Topic: How to make your applet fast ! Proguard-and JCIDE
Replies: 5
Views: 27400

Re: How to make your applet fast ! Proguard-and JCIDE

How to set proguard config with JCIDE
https://www.guardsquare.com/en/products ... manual/gui
1.png
3.png
4.png
JavaCard OS : Disclaimer