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

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCard.java69 * Returns the CardChannel for the basic logical channel. The basic
78 public abstract CardChannel getBasicChannel();
92 public abstract CardChannel openLogicalChannel() throws CardException;
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...]
/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestChannel.java54 CardChannel basicChannel = card.getBasicChannel();
83 CardChannel channel = card.openLogicalChannel();
H A DTestExclusive.java61 CardChannel channel = card.getBasicChannel();
122 CardChannel channel = card.getBasicChannel();
H A DTestConnectAgain.java44 CardChannel channel = card.getBasicChannel();
H A DTestConnect.java113 CardChannel channel = card.getBasicChannel();
H A DTestTransmit.java47 CardChannel channel = card.getBasicChannel();
H A DUtils.java66 static void transmitTestCommand(CardChannel channel) throws Exception {
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java144 public CardChannel getBasicChannel() {
161 public CardChannel openLogicalChannel() throws CardException {
H A DChannelImpl.java38 * CardChannel implementation.
43 final class ChannelImpl extends CardChannel {

Completed in 70 milliseconds