-
```
-> What steps will reproduce the problem?
1. try to create a new instance of a javacard.framework.service.Dispatcher
Class in an applet
2. use the command line and launch com.licel.jcardsim.util…
-
Currently the applet only supports RSA 2048bit keys (hardcoded in PGPKey.java). Other RSA key sizes should be possible ECC requires changes in the specification.
To support more key sizes it will be …
klali updated
8 years ago
-
I purchased a couple of SmartCafe Expert 3.2 cards per the Wiki's recommendation, but this model uses JavaCard 2.2.1. Consequently, I was not able to install any applets on them. All the ones I tried …
-
I purchased a couple of SmartCafe Expert 3.2 cards per the Wiki's recommendation, but this model uses JavaCard 2.2.1. Consequently, I was not able to install any applets on them. All the ones I tried …
-
```
when calling the function
public KeyGenerationParameters getKeyGenerationParameters(SecureRandom rnd)
from the class ECKeyImpl with an uninitialized Key, the function
getDefaultKeyGenerationPar…
-
```
Ability to use simulator from application as real javacard terminal
```
Original issue reported on code.google.com by `jcard...@licel.ru` on 23 Jan 2012 at 12:09
-
```
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 …
-
```
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…
-
```
I have an applet which returns more than 128 bytes of data.
The applet works well with a real javacard, but not with jcardsim.
With jcardsim everything is fine while the card returns less than or…
-
While trying to verify a javacard applet with ESC/Java2
I ran into an error message on 'ambiguous field for type'.
I stripped down our original javacard spec files to the
essentials that still genera…