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

/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestConnect.java64 transmit(card);
68 transmit(card);
97 transmit(card);
105 transmit(card);
112 private static void transmit(Card card) throws Exception { method in class:TestConnect
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCardChannel.java84 * <p>Note that this method cannot be used to transmit
121 public abstract ResponseAPDU transmit(CommandAPDU command) throws CardException; method in class:CardChannel
139 * <p>Note that this method cannot be used to transmit
144 * <p>See {@linkplain #transmit transmit()} for a discussion of the handling
163 public abstract int transmit(ByteBuffer command, ByteBuffer response) method in class:CardChannel
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DChannelImpl.java86 public ResponseAPDU transmit(CommandAPDU command) throws CardException { method in class:ChannelImpl
94 public int transmit(ByteBuffer command, ByteBuffer response) throws CardException { method in class:ChannelImpl
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java73 * static transmit(message, from, to)
468 static public void transmit(final String message, final Context s1, method in class:Context

Completed in 42 milliseconds