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

/openjdk7/jdk/test/javax/smartcardio/
H A DTestCommandAPDU.java45 if (apdu.getNc() != nc) {
60 if (apdu2.getNc() != nc) {
H A DSerialize.java60 if (c2.getNc() != 7) {
61 throw new Exception("Nc mismatch: " + c2.getNc());
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCommandAPDU.java526 public int getNc() { method in class:CommandAPDU

Completed in 42 milliseconds