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

/openjdk9/jdk/test/sun/security/smartcardio/
H A DTestConnect.java103 private static void transmit(Card card) throws Exception { method in class:TestConnect
/openjdk9/jdk/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCardChannel.java121 public abstract ResponseAPDU transmit(CommandAPDU command) throws CardException; method in class:CardChannel
163 public abstract int transmit(ByteBuffer command, ByteBuffer response) method in class:CardChannel
/openjdk9/jdk/src/java.smartcardio/share/classes/sun/security/smartcardio/
H A DChannelImpl.java85 public ResponseAPDU transmit(CommandAPDU command) throws CardException { method in class:ChannelImpl
93 public int transmit(ByteBuffer command, ByteBuffer response) throws CardException { method in class:ChannelImpl
/openjdk9/jdk/test/sun/security/krb5/auto/
H A DContext.java532 static public void transmit(final String message, final Context s1, method in class:Context

Completed in 50 milliseconds