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 15 matches: re:

Searched query: re

by predators
Wed Mar 07, 2018 4:57 am
Forum: Shopping FAQ
Topic: what the difference from the LibSC Reader Kit and LibSC Reader Kit pro?
Replies: 3
Views: 22355

Re: what the difference from the LibSC Reader Kit and LibSC Reader Kit pro?

Yeah, see introduction except JC20 p5cd081 Card, the other is the same. For the purchase of JC20 p5cd081, you can communicate by email.
by predators
Wed Dec 16, 2015 5:51 am
Forum: FluffyPGPApplet
Topic: About generateAsymetricKey() function
Replies: 1
Views: 18649

Re: About generateAsymetricKey() function

While sending APDU command, the P1 of your incoming APDU is 0x81, if (buffer[ISO7816.OFFSET_P1] == (byte) 0x81) { if (!(key.getPublic()).isInitialized()) { ISOException.throwIt(ISO7816.SW_FILE_NOT_FOUND); } } From the code, it will check the KEY isInitialized(), Maybe the corresponding Key is not in...
by predators
Tue Dec 08, 2015 3:34 am
Forum: Questions & Answers
Topic: proccess() function isn't receive full apdu command from host?
Replies: 4
Views: 8867

Re: proccess() function isn't receive full apdu command from host?

Perhaps the protocol you are using is T0. Generally, you need to call setIncomingAndReceive () function. It will help you get as many bytes as will fit without buffer overflow in the APDU buffer following the header. It gets all the incoming bytes if they fit. You can check your source code and the ...
by predators
Mon Dec 07, 2015 11:05 pm
Forum: Applets Development Guide
Topic: Java Card Applet Development Guide ——Applet Demo
Replies: 8
Views: 41141

Re: Java Card Applet Development Guide ——Applet Demo

Ellisun wrote:A very basic and interesting helloworld applet for java card beginners. :) :)


Yes, the comments of code are very detailed.
by predators
Wed Dec 02, 2015 8:51 am
Forum: Algorithm School
Topic: Got 6E00 when implementing RSA encryption
Replies: 2
Views: 7671

Re: Got 6E00 when implementing RSA encryption

You can using try{...} catch(){...} to get the reason of this error.
such as

Code: Select all

try
      {
         length = cipher.doFinal(, , , );
      }
      catch(CryptoException e)
      {
         short i = e.getReason();
      }
by predators
Wed Dec 02, 2015 2:44 am
Forum: User Guide
Topic: Some tips for JCIDE - Java Editor
Replies: 1
Views: 18174

Re: Some tips for JCIDE - Java Editor

Compared to other JavaCard development tools, It is very similar.

In Syntax highlighting : if different kinds of elements in the Java source are using more colors to distinguish , it will be more perfect.
by predators
Tue Dec 01, 2015 1:40 am
Forum: User Guide
Topic: Some tips for JCIDE - JCIDE Debugger
Replies: 10
Views: 41537

Re: Some tips for JCIDE - JCIDE Debugger

The Debugger is very powerful.
A good develop tool.
by predators
Sat Nov 14, 2015 1:46 am
Forum: pyResMan
Topic: No module named PCSCReader?
Replies: 2
Views: 21010

Re: No module named PCSCReader?

According to the error, it should be your computer does not have this library, you need to get the library file.
by predators
Fri Nov 13, 2015 10:54 pm
Forum: Card Products
Topic: what is the GP key ?
Replies: 2
Views: 8071

Re: what is the GP key ?

General, the GP Key is 40~4F by default. you can try it.
by predators
Wed Nov 04, 2015 8:34 am
Forum: Questions & Answers
Topic: Process SELECT command in Android NFC CardService processCommand
Replies: 1
Views: 6150

Re: Process SELECT command in Android NFC CardService processCommand

The method you are using is the only method that I know.
JavaCard OS : Disclaimer