-
```
The method
short javacard.framework.APDU.setIncomingAndReceive()
returns negative values if more than 128 Bytes are received.
Seems like a problem with casting a byte to a short variable.
As a …
-
Hi!
I am trying to use the ACardEmulator with an Android phone. I am using a second phone as Remote Smartcard Reader.
My setup is:
```
computer phone#1 phone#2
```
where phone#1 has remote smartc…
-
Hi,
First of all, thx for sharing this project. I am trying to understand the logic behind the management of apdu command chaining in your applet. It seems to me that sometimes the chain is reinitial…
-
I find your code a very good starting point. However, your code looks like it's written for Java, not JavaCard. There are some scientific articles about JavaCard optimizations. But I found reading thi…
-
Hi,
I'm trying to use Samsung S4 as an NFC reader to a Javacard for GPG application.
Setup Summary:
Fedora 22 64bit running pcsc-lite-1.8.13-1.fc21.x86_64 from distribution (192.168.0.161)
with rec…
-
warning, wall of text incoming :hurtrealbad:
so, one important part of yubikey workflows is how we handle pin and admin pin. dominik and I discussed this, but we'd like to hear more thoughts on this…
-
I installed the isoApplet on a J3A081 card using GlobalPlatform:
`gp -install IsoApplet.cap -default`
Then when initializing the card with `pkcs15-init --create-pkcs15` I get the following error:
"Fa…
-
Do write a small note about possibly incorrect JC versions
-
```
The jCardSim implementation of methods to get parameters like the modulus or
public exponent of an RSA key return the index of the byte after the copied
value.
This is consistent with many oth…
-
- extraction of constants (used for alg support testing)
- extraction of methods (used for performance testing)
petrs updated
9 years ago