Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to make TAG_ALPHA_IDENTIFIER empty not to ask user for a confirmation?

User_D5ZWWFeb 7 2022

My wallet applet requires to perform actions like initGetInkey etc. But it requires a prompt "Yes or No?" from user. AFAIK, it is TAG_ALPHA_IDENTIFIER which is responsible for that. However, if I try this code below, it still asks user confirmation but now with "@" text. How to get rid of user confirmation at all?

proHdlr.appendTLV(ToolkitConstants.TAG_ALPHA_IDENTIFIER, null, (short)0, (short)0);

proHdlr.send();
Comments
Post Details
Added on Feb 7 2022
0 comments
349 views