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!

Question about javax.smartcardio.Card.disconnect() method.

995755Mar 8 2013 — edited Mar 13 2013
Hi!

I'm new in programming Javacard's applets and Java applications. At this moment I am learning how to use "javax.smartcardio" library to communicate with my applets. Well, I already did it, but I have an question:

What does the "reset" boolean parameter in "Card.disconnect()" method?

Searching through the web, I found only this information: "reset - whether to reset the card after disconnecting".

Well, this didn't help too much. What happens when I choose to reset? Why should I reset?



On my application, sending "true" signal apparently does the same as sending "false", so, I really don't know when I should use one or another.


Thanks for any help and sorry about my bad english ;D

Ederson
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2013
Added on Mar 8 2013
1 comment
1,817 views