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

Searched query: re

by Ellisun
Sun Dec 06, 2015 11:13 pm
Forum: OpenPGPApplet
Topic: The incoming Data Parsing in importKey() function
Replies: 5
Views: 27249

Re: The incoming Data Parsing in importKey() function

Yeah, It's in the commandChaining() function, if ((byte) (buf[OFFSET_CLA] & (byte) 0x10) == (byte) 0x10) { // If chaining was already initiated, INS and P1P2 should match if (chain && (buf[OFFSET_INS] != chain_ins && p1p2 != chain_p1p2)) { resetChaining(); ISOException.throwIt(SW...
by Ellisun
Fri Dec 04, 2015 10:52 pm
Forum: OpenPGPApplet
Topic: The incoming Data Parsing in importKey() function
Replies: 5
Views: 27249

Re: The incoming Data Parsing in importKey() function

This applet not support extend APDU, while import Key to card, the length of key is larger than 255, it is necessary to send many times.
In this applet , the CLA of import key command must be 0x10. You can refer to the applet code.
by Ellisun
Thu Dec 03, 2015 4:48 am
Forum: OpenPGPApplet
Topic: The Introduction of OpenPGPApplet [part]
Replies: 2
Views: 19927

Re: The Introduction of OpenPGPApplet [part]

This applet only used RSA algorithm and signature, no ECC algorithm :)
by Ellisun
Wed Dec 02, 2015 2:48 am
Forum: Applets Development Guide
Topic: Java Card Applet Development Guide ——Applet Demo
Replies: 8
Views: 41208

Re: Java Card Applet Development Guide ——Applet Demo

A very basic and interesting helloworld applet for java card beginners. :) :)
by Ellisun
Fri Nov 27, 2015 6:04 am
Forum: pyGlobalPlatform
Topic: pyGlobalPlatform
Replies: 4
Views: 69932

Re: pyGlobalPlatform

It a very perfect library. :mrgreen: :P :x :)
by Ellisun
Fri Nov 27, 2015 5:55 am
Forum: OpenPGPApplet
Topic: OpenPGPApplet Instructions & Applet Source Code
Replies: 3
Views: 24809

Re: OpenPGPApplet

The new version of this open source applet.
by Ellisun
Tue Nov 24, 2015 7:18 am
Forum: Questions & Answers
Topic: the byte array can not receive the data in data field of APDU command
Replies: 1
Views: 5079

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

Maybe, you using protocol is T0.
In T0, you should call apdu.setIncomingAndReceive() function to indicates that this APDU has incoming data. It is the primary receive method.
by Ellisun
Sat Nov 14, 2015 7:25 am
Forum: Questions & Answers
Topic: What is their relationship between wallet and WalletDemoApplet?
Replies: 1
Views: 7441

Re: What is their relationship between wallet and WalletDemoApplet?

Wallet maybe is a demo developed by Sun Microsystems. There is no copyright information about WalletDemoApplet , and I guess it based on the wallet, because the functions between both of them are similar. I download the WalletDemoApplet to my smartcard, and I can use WalletDemo.exe in JavaCOS Panel...
by Ellisun
Fri Nov 13, 2015 3:24 am
Forum: Questions & Answers
Topic: Is security domains can include owners data?
Replies: 1
Views: 5892

Re: Is security domains can include owners data?

A security domain can contain owners data. The more details you can read the GP specification. It described in Section 9.3-GET DATA command and Section 9.10-STORE DATA command.
JavaCard OS : Disclaimer