Methods Summary |
---|
public boolean | authenticateSectorWithKeyA(int sectorIndex, byte[] key) throw new RuntimeException("Stub!");
|
public boolean | authenticateSectorWithKeyB(int sectorIndex, byte[] key) throw new RuntimeException("Stub!");
|
public int | blockToSector(int blockIndex) throw new RuntimeException("Stub!");
|
public void | decrement(int blockIndex, int value) throw new RuntimeException("Stub!");
|
public static android.nfc.tech.MifareClassic | get(android.nfc.Tag tag) throw new RuntimeException("Stub!");
|
public int | getBlockCount() throw new RuntimeException("Stub!");
|
public int | getBlockCountInSector(int sectorIndex) throw new RuntimeException("Stub!");
|
public int | getMaxTransceiveLength() throw new RuntimeException("Stub!");
|
public int | getSectorCount() throw new RuntimeException("Stub!");
|
public int | getSize() throw new RuntimeException("Stub!");
|
public int | getTimeout() throw new RuntimeException("Stub!");
|
public int | getType() throw new RuntimeException("Stub!");
|
public void | increment(int blockIndex, int value) throw new RuntimeException("Stub!");
|
public byte[] | readBlock(int blockIndex) throw new RuntimeException("Stub!");
|
public void | restore(int blockIndex) throw new RuntimeException("Stub!");
|
public int | sectorToBlock(int sectorIndex) throw new RuntimeException("Stub!");
|
public void | setTimeout(int timeout) throw new RuntimeException("Stub!");
|
public byte[] | transceive(byte[] data) throw new RuntimeException("Stub!");
|
public void | transfer(int blockIndex) throw new RuntimeException("Stub!");
|
public void | writeBlock(int blockIndex, byte[] data) throw new RuntimeException("Stub!");
|