Lines Matching refs:byte
20 ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
26 method public byte[] toByteArray();
32 ctor public NdefRecord(short, byte[], byte[], byte[]);
33 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
35 method public static android.nfc.NdefRecord createExternal(String, String, byte[]);
36 method public static android.nfc.NdefRecord createMime(String, byte[]);
41 method public byte[] getId();
42 method public byte[] getPayload();
44 method public byte[] getType();
45 method @Deprecated public byte[] toByteArray();
50 field public static final byte[] RTD_ALTERNATIVE_CARRIER;
51 field public static final byte[] RTD_HANDOVER_CARRIER;
52 field public static final byte[] RTD_HANDOVER_REQUEST;
53 field public static final byte[] RTD_HANDOVER_SELECT;
54 field public static final byte[] RTD_SMART_POSTER;
55 field public static final byte[] RTD_TEXT;
56 field public static final byte[] RTD_URI;
169 method public byte[] getId();
235 method public abstract byte[] processCommandApdu(byte[], android.os.Bundle);
237 method public final void sendResponseApdu(byte[]);
248 method public abstract byte[] processNfcFPacket(byte[], android.os.Bundle);
249 method public final void sendResponsePacket(byte[]);
274 method @NonNull public byte[] getData();
297 method public byte[] getHiLayerResponse();
298 method public byte[] getHistoricalBytes();
305 method public byte[] transceive(byte[]) throws java.io.IOException;
309 method public boolean authenticateSectorWithKeyA(int, byte[]) throws java.io.IOException;
310 method public boolean authenticateSectorWithKeyB(int, byte[]) throws java.io.IOException;
326 method public byte[] readBlock(int) throws java.io.IOException;
330 method public byte[] transceive(byte[]) throws java.io.IOException;
332 method public void writeBlock(int, byte[]) throws java.io.IOException;
334 field public static final byte[] KEY_DEFAULT;
335 field public static final byte[] KEY_MIFARE_APPLICATION_DIRECTORY;
336 field public static final byte[] KEY_NFC_FORUM;
356 method public byte[] readPages(int) throws java.io.IOException;
358 method public byte[] transceive(byte[]) throws java.io.IOException;
359 method public void writePage(int, byte[]) throws java.io.IOException;
401 method public byte[] getAtqa();
408 method public byte[] transceive(byte[]) throws java.io.IOException;
415 method public byte[] getApplicationData();
417 method public byte[] getProtocolInfo();
420 method public byte[] transceive(byte[]) throws java.io.IOException;
427 method public byte[] getBarcode();
439 method public byte[] getManufacturer();
441 method public byte[] getSystemCode();
446 method public byte[] transceive(byte[]) throws java.io.IOException;
453 method public byte getDsfId();
455 method public byte getResponseFlags();
458 method public byte[] transceive(byte[]) throws java.io.IOException;