-
When importing RSA keys with Import-Format 1 (that is, without providing PQ, DP1 and DQ1), running in jcardsim-3.0.5, I'm getting the error status 0x6A80.
I imagine this happens because priv.isInitia…
hko-s updated
3 years ago
-
I would like to ask if the android smartcard emulator has full jcardsim runtime implemented and what is the current version being used?
The reason why I asked this is because we are encountering issu…
-
Frech checkout of jCardSim fails with the following error:
```
$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] ------…
lumag updated
3 years ago
-
Hello, I've recently wanted to check the support of `ALG_AES_GCM` (https://github.com/licel/jcardsim/issues/153) and it seems that [`javacardx.crypto.AEADCipher`](https://docs.oracle.com/javacard/3.0.…
-
Your plugin adds MavenCentral as repository.
That is very bad practice.
Please stop doing this in your plugin.
We for example want all dependencies to be served from our internal repository and not…
-
ALG_AES_CTR
all PAD_xxx constants
petrs updated
3 years ago
-
I'd like to save the state of a Simulator with its loaded/initialized applets persistently to load them later. Unfortunately, the simulator is not _serializable_ by `ObjectOutputStream` so that the fo…
-
### Problem Description
The following code is in .travis.yml
```
java -noverify -cp PivApplet/bin/:jcardsim/target/jcardsim-3.0.5-SNAPSHOT.jar com.licel.jcardsim.remote.VSmartCard PivApplet/…
-
The enclosed emulator fork creates a one-byte-shorter array when the RSA engine is used in encryption mode. The corresponding original issue in the upstream version of jCardSim: https://github.com/li…
-
The application works fine, however, when running the unit tests, I get the same result each time:
```
Gradle suite > Gradle test > tests.AppletTest.hello STANDARD_OUT
Connecting to card... D…