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 20 matches

by marclo
Mon Aug 29, 2016 10:44 pm
Forum: Questions & Answers
Topic: PC logon solution
Replies: 3
Views: 7866

PC logon solution

I have an ejava token now. I want to use it for PC logon solution. could you tell me how to implement it step by step?

Thanks a lot.
by marclo
Fri May 27, 2016 1:48 am
Forum: Card Products
Topic: eJava Token
Replies: 3
Views: 8729

Re: eJava Token

FYI
Cipher.png


Signature.png


MessageDigest.png


RandomData.png


KeyBuilder.png


KeyAgreement & Checksum.png


KeyPair.png
by marclo
Thu Feb 25, 2016 4:54 am
Forum: Communication
Topic: The difference between SIMLPE -TLV and BER-TLV
Replies: 1
Views: 6810

The difference between SIMLPE -TLV and BER-TLV

I know that there are two types of TLV structures: SIMLPE -TLV and BER-TLV. Are there any differences between them? How do I distinguish them?
by marclo
Tue Jan 19, 2016 4:45 am
Forum: Questions & Answers
Topic: How to unwrap a key on java card
Replies: 1
Views: 4536

How to unwrap a key on java card

I have a problem when I do the unwrapping in the off card application. For unwrapping, the private key is needed. And the private key can not leave the java card. So I send the wrapped bytes to the card. But I can't find in javavardx.crypto.Cipher something like UNWRAP_MODE. How can I use a javacard...
by marclo
Tue Dec 29, 2015 1:26 am
Forum: Card Products
Topic: How to do a DAP verification during uploading a CAP file
Replies: 1
Views: 6055

How to do a DAP verification during uploading a CAP file

I have a JCOP J3D081 card and IFD bR301 reader. I want Card Manager to do a DAP verification during uploading my CAP file into card.
My question is if it checks the DAP by default. Or must I use some parameters in the installation process?
by marclo
Sat Dec 19, 2015 1:50 am
Forum: Questions & Answers
Topic: When must I use throws ISOException at the end of the declaration line?
Replies: 1
Views: 5524

When must I use throws ISOException at the end of the declaration line?

This is a process method declaration followed by throws ISOException . public void process(APDU apdu) throws ISOException { ... } Another process declaration line from the end of which I removed throws ISOException . public void process(APDU apdu) { ... } What is the difference between the two expre...
by marclo
Tue Dec 08, 2015 5:32 am
Forum: Card Products
Topic: Set up an environment to load custom java card applets to eJava token
Replies: 1
Views: 5735

Re: Set up an environment to load custom java card applets to eJava token

FYI, For eJava Token, you can use the same SDK as for java card.
To load an applet to eJava token,
Firstly, you should convert your applet to .cap file. For this step, you can use Eclispse\JCIDE\Netbean...
Then use PyApduTool\GPShell\opensc to load and install the .cap file into the eJava token.
by marclo
Mon Dec 07, 2015 6:08 am
Forum: Questions & Answers
Topic: When and how to use Key Diversification data?
Replies: 1
Views: 5643

When and how to use Key Diversification data?

In response field of Initialized Update command, Key Diversification data which contains manufacture ID and last two bytes of security domain AID is returned to reader. I wonder for what purpose Key Diversification data is used. I have read global platform specifications, but I didn't find any answe...
by marclo
Sun Nov 29, 2015 2:54 am
Forum: Card Products
Topic: ejava token
Replies: 1
Views: 5830

ejava token

We have received ejava token. Would anybody please advise if API on the token is the same as on the java card?
And should we use the same applet loader as for the java-card? Thanks in advance.
by marclo
Thu Nov 19, 2015 7:37 am
Forum: Questions & Answers
Topic: the byte array can not receive the data in data field of APDU command
Replies: 1
Views: 5081

the byte array can not receive the data in data field of APDU command

I have a question when writing a simple java card applet. Here is my code: public class javacard_applet extends Applet { public static void install(byte[] bArray, short bOffset, byte bLength) { new javacard_applet().register(bArray, (short) (bOffset + 1), bArray[bOffset]); } public void process(APDU...
JavaCard OS : Disclaimer