Searched refs:getSW (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DResponseAPDU.java128 public int getSW() { method in class:ResponseAPDU
148 + Integer.toHexString(getSW());
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java150 private static int getSW(byte[] b) { method in class:CardImpl
168 if ((response.length != 3) || (getSW(response) != 0x9000)) {
H A DChannelImpl.java223 private static int getSW(byte[] res) throws CardException { method in class:ChannelImpl
233 return (res.length == 2) && (getSW(res) == 0x9000);

Completed in 42 milliseconds