Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Disable the contactless interface of the card

Card Products

Moderator: horse dream

shyjarod
Posts: 12
Joined: Wed Jul 29, 2015 1:45 am
Points :18
Contact:

Disable the contactless interface of the card

Post by shyjarod » Sat Mar 19, 2016 5:42 am

I have an applet which doesn't work on contactless interface. So my question is if there is any method to disable the contactless interface of the card. If someone can give me any help, I would be much appreciated!

User avatar
mabel
Posts: 237
Joined: Mon May 18, 2015 3:09 am
Points :1705
Contact:

Re: Disable the contactless interface of the card

Post by mabel » Mon Mar 21, 2016 1:28 am

shyjarod wrote:I have an applet which doesn't work on contactless interface. So my question is if there is any method to disable the contactless interface of the card. If someone can give me any help, I would be much appreciated!


Use this method to prevent selection on a given interface.

Code: Select all

public boolean select() 
{
    return canBeSelected;
}

User avatar
marjkbadboy
Posts: 33
Joined: Fri Jul 31, 2015 2:47 am
Points :217
Contact:

Re: Disable the contactless interface of the card

Post by marjkbadboy » Mon Mar 21, 2016 2:20 am

Let the applet filter C-APDUs depending on their protocol: refer to the JavaCard API for APDU.getProtocol().
It's hunting season!

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 23 guests

JavaCard OS : Disclaimer