API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. Card View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.3, 07/20/06
Serial
Hierarchy
 Object
      Card
Implements
Subclasses
Description
publicabstract abstract class Card
  A Smart Card with which a connection has been established.
See also:    CardTerminal
Constructors
protected Card ()
  Constructs a new Card object.
Methods
Hide/Show inherited methods
publicabstract void beginExclusive () throws CardException
  Requests exclusive access to this card.
publicabstract void disconnect (boolean reset) throws CardException
  Disconnects the connection with this card.
publicabstract void endExclusive () throws CardException
  Releases the exclusive access previously established using beginExclusive.
publicabstract ATR getATR ()
  Returns the ATR of this card.
publicabstract CardChannel getBasicChannel ()
  Returns the CardChannel for the basic logical channel.
publicabstract String getProtocol ()
  Returns the protocol in use for this card.
publicabstract CardChannel openLogicalChannel () throws CardException
  Opens a new logical channel to the card and returns it.
publicabstract byte transmitControlCommand (int controlCode, byte[] command) throws CardException
  Transmits a control command to the terminal device.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar