FileDocCategorySizeDatePackage
MifareClassic.javaAPI DocAndroid 5.1 API2616Sat Mar 14 14:09:38 GMT 2015android.nfc.tech

MifareClassic

public final class MifareClassic extends android.nfc.tech.BasicTagTechnology

Fields Summary
public static final int
BLOCK_SIZE
public static final byte[]
KEY_DEFAULT
public static final byte[]
KEY_MIFARE_APPLICATION_DIRECTORY
public static final byte[]
KEY_NFC_FORUM
public static final int
SIZE_1K
public static final int
SIZE_2K
public static final int
SIZE_4K
public static final int
SIZE_MINI
public static final int
TYPE_CLASSIC
public static final int
TYPE_PLUS
public static final int
TYPE_PRO
public static final int
TYPE_UNKNOWN
Constructors Summary
MifareClassic()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanauthenticateSectorWithKeyA(int sectorIndex, byte[] key)

 throw new RuntimeException("Stub!"); 
public booleanauthenticateSectorWithKeyB(int sectorIndex, byte[] key)

 throw new RuntimeException("Stub!"); 
public intblockToSector(int blockIndex)

 throw new RuntimeException("Stub!"); 
public voiddecrement(int blockIndex, int value)

 throw new RuntimeException("Stub!"); 
public static android.nfc.tech.MifareClassicget(android.nfc.Tag tag)

 throw new RuntimeException("Stub!"); 
public intgetBlockCount()

 throw new RuntimeException("Stub!"); 
public intgetBlockCountInSector(int sectorIndex)

 throw new RuntimeException("Stub!"); 
public intgetMaxTransceiveLength()

 throw new RuntimeException("Stub!"); 
public intgetSectorCount()

 throw new RuntimeException("Stub!"); 
public intgetSize()

 throw new RuntimeException("Stub!"); 
public intgetTimeout()

 throw new RuntimeException("Stub!"); 
public intgetType()

 throw new RuntimeException("Stub!"); 
public voidincrement(int blockIndex, int value)

 throw new RuntimeException("Stub!"); 
public byte[]readBlock(int blockIndex)

 throw new RuntimeException("Stub!"); 
public voidrestore(int blockIndex)

 throw new RuntimeException("Stub!"); 
public intsectorToBlock(int sectorIndex)

 throw new RuntimeException("Stub!"); 
public voidsetTimeout(int timeout)

 throw new RuntimeException("Stub!"); 
public byte[]transceive(byte[] data)

 throw new RuntimeException("Stub!"); 
public voidtransfer(int blockIndex)

 throw new RuntimeException("Stub!"); 
public voidwriteBlock(int blockIndex, byte[] data)

 throw new RuntimeException("Stub!");