-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi, When I tried to use the physical sim card to test the BigNatural Exponentiation (Modulo) and BigNatural Inversion (Modulo) unit tests, it always shows me the failed message.
[java] BigNatural Exponentiation (Modulo): (0)
[java] num1: 650c556c89d8b9af65f42c3c88af4fcb
[java] num2: 2
[java] num3: 3983260343894b673635da5714ff2c71
[java] --> B033100121650C556C89D8B9AF65F42C3C88AF4FCB023983260343894B673635DA5714FF2C71
[java] javax.smartcardio.CardException: sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
[java] at sun.security.smartcardio.ChannelImpl.doTransmit(ChannelImpl.java:219)
[java] at sun.security.smartcardio.ChannelImpl.transmit(ChannelImpl.java:90)
[java] at opencrypto.test.CardManager.transmit(Unknown Source)
[java] at opencrypto.test.TestClient.performCommand(Unknown Source)
[java] at opencrypto.test.TestClient.OpenCryptoFunctionalTests(Unknown Source)
[java] at opencrypto.test.TestClient.main(Unknown Source)
[java] Caused by: sun.security.smartcardio.PCSCException: Unknown error 0x8010002f
[java] at sun.security.smartcardio.PCSC.SCardTransmit(Native Method)
[java] at sun.security.smartcardio.ChannelImpl.doTransmit(ChannelImpl.java:189)
[java] ... 5 more
Do you have the same issue on you latest code? Thank you.