JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 11 matches
- Fri Dec 07, 2018 1:54 am
- Forum: Questions & Answers
- Topic: ARPC generation
- Replies: 0
- Views: 6705
ARPC generation
Does any one have idea about generating ARPC using java lang? I am trying to implement ARPC generation method 1 and did something like this:-- SecretKey sk= new SecretKeySpec(key,"DESede"); cipher = Cipher.getInstance("TripleDES/ECB/NoPadding"); cipher.init(Cipher.ENCRYPT_MODE, sk); int resultLen = ...
- Tue Sep 04, 2018 12:39 am
- Forum: Questions & Answers
- Topic: HCI Event NFC
- Replies: 0
- Views: 6848
HCI Event NFC
Can anyone provide me the HCI event sample code related to NFC
TIA.

TIA.
- Thu Aug 16, 2018 12:57 am
- Forum: Questions & Answers
- Topic: HCI Event
- Replies: 1
- Views: 9650
HCI Event
Can anyone tell me about the HCI Event or can refer any documents related to it ?
- Fri Jun 01, 2018 6:49 am
- Forum: Questions & Answers
- Topic: Mac algorithm 1
- Replies: 0
- Views: 7087
Mac algorithm 1
which Signature or Cipher field is to be used for MAC Algorithm 1 or Retail MAC as specified in ISO 9797?
- Mon May 28, 2018 1:02 am
- Forum: Questions & Answers
- Topic: ISO/IEC 9797-1
- Replies: 2
- Views: 8869
ISO/IEC 9797-1
Can anyone explain me ISO/IEC 9797-1 MAC Algorithm 1?
TIA.
TIA.
- Fri May 18, 2018 7:44 am
- Forum: Questions & Answers
- Topic: Application deselect
- Replies: 9
- Views: 18470
Re: Application deselect
no actually i am just implementing some code an i am not involved with any card rt now.
I just want to deselect the currently running Applet without sending any APDU's command.
so, i need some code or any logic to do this.
I just want to deselect the currently running Applet without sending any APDU's command.
so, i need some code or any logic to do this.
- Fri May 18, 2018 6:09 am
- Forum: Questions & Answers
- Topic: Application deselect
- Replies: 9
- Views: 18470
Re: Application deselect
wumindejia wrote:vikas wrote:Directly calling the deselect() is not working for me and i also don't want to send any APDU command for either SELECT or MANAGE CHANNEL CLOSE.
Is there any other way to deselet the applet without sending APDU commands?
Cold reset or hot reset.
sorry i didn't get this.Can u elaborate.
- Fri May 18, 2018 5:48 am
- Forum: Questions & Answers
- Topic: Application deselect
- Replies: 9
- Views: 18470
Re: Application deselect
Directly calling the deselect() is not working for me and i also don't want to send any APDU command for either SELECT or MANAGE CHANNEL CLOSE.
Is there any other way to deselet the applet without sending APDU commands?
Is there any other way to deselet the applet without sending APDU commands?
- Fri May 18, 2018 2:39 am
- Forum: Questions & Answers
- Topic: Application deselect
- Replies: 9
- Views: 18470
Application deselect
Can we deselect the currently running applet without selecting the other one?
If so,how i can perform this?
TIA.
If so,how i can perform this?
TIA.
- Fri May 18, 2018 1:51 am
- Forum: Questions & Answers
- Topic: Application Block and Unblock
- Replies: 3
- Views: 9035
Re: Application Block and Unblock
You can set a state variable,the varible is stored in flash. When application block is successful , variable is set to 1. When application unblock is successful , variable is cleared. If the application is blocked how i can again interact with that app again to unblock it.What does the Application ...