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

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCommandAPDU.java39 * in the {@linkplain #CommandAPDU(int,int,int,int,int) constructors},
65 public final class CommandAPDU implements java.io.Serializable { class in inherits:java.io.Serializable
84 * Constructs a CommandAPDU from a byte array containing the complete
96 public CommandAPDU(byte[] apdu) { method in class:CommandAPDU
102 * Constructs a CommandAPDU from a byte array containing the complete
120 public CommandAPDU(byte[] apdu, int apduOffset, int apduLength) { method in class:CommandAPDU
146 * Creates a CommandAPDU from the ByteBuffer containing the complete APDU
161 public CommandAPDU(ByteBuffer apdu) { method in class:CommandAPDU
168 * Constructs a CommandAPDU from the four header bytes. This is case 1
176 public CommandAPDU(in method in class:CommandAPDU
195 public CommandAPDU(int cla, int ins, int p1, int p2, int ne) { method in class:CommandAPDU
216 public CommandAPDU(int cla, int ins, int p1, int p2, byte[] data) { method in class:CommandAPDU
243 public CommandAPDU(int cla, int ins, int p1, int p2, byte[] data, method in class:CommandAPDU
268 public CommandAPDU(int cla, int ins, int p1, int p2, byte[] data, int ne) { method in class:CommandAPDU
381 public CommandAPDU(int cla, int ins, int p1, int p2, byte[] data, method in class:CommandAPDU
[all...]

Completed in 41 milliseconds