Searched defs:CardChannel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCardChannel.java33 * A CardChannel object can be obtained by calling the method
44 public abstract class CardChannel { class
47 * Constructs a new CardChannel object.
51 * {@linkplain Card#openLogicalChannel} methods to obtain a CardChannel
54 protected CardChannel() { method in class:CardChannel
66 * Returns the channel number of this CardChannel. A channel number of
69 * @return the channel number of this CardChannel.
82 * match the channel number of this CardChannel.
87 * CardChannel#close CardChannel
[all...]

Completed in 38 milliseconds