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

/openjdk7/jdk/test/javax/smartcardio/
H A DTestCommandAPDU.java51 if (apdu.getNe() != ne) {
66 if (apdu2.getNe() != ne) {
H A DSerialize.java63 if (c2.getNe() != 256) {
64 throw new Exception("Ne mismatch: " + c2.getNe());
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCommandAPDU.java41 * encoded form (Le). Similarly, {@linkplain #getNe} returns the actual
549 public int getNe() { method in class:CommandAPDU

Completed in 32 milliseconds