|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.Gen2CustomTagOp
com.thingmagic.Gen2.ReadBuffer
com.thingmagic.Gen2.NXP.AES.ReadBuffer
public static class Gen2.NXP.AES.ReadBuffer
ReadBuffer
Field Summary | |
---|---|
Gen2.NXP.AES |
aes
AES |
Gen2.NXP.AES.AuthType |
authenticateType
Authentication Type |
byte |
subCommand
SubCommand for Authenticate |
Gen2.NXP.AES.Tam1Authentication |
tam1
Tam1 Authentication |
Gen2.NXP.AES.Tam2Authentication |
tam2
Tam2 Authentication |
Fields inherited from class com.thingmagic.Gen2.Gen2CustomTagOp |
---|
chipType |
Constructor Summary | |
---|---|
Gen2.NXP.AES.ReadBuffer(int wordPointer,
int bitCount,
Gen2.NXP.AES.Tam1Authentication tam1)
Constructor to initialize authentication parameters |
|
Gen2.NXP.AES.ReadBuffer(int wordPointer,
int bitCount,
Gen2.NXP.AES.Tam2Authentication tam2)
Constructor to initialize authentication parameters |
Method Summary | |
---|---|
int |
getCmdBitCount()
getCmdBitCount |
int |
getCmdWordPointer()
getCmdWordPointer |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Gen2.NXP.AES aes
public Gen2.NXP.AES.AuthType authenticateType
public byte subCommand
public Gen2.NXP.AES.Tam1Authentication tam1
public Gen2.NXP.AES.Tam2Authentication tam2
Constructor Detail |
---|
public Gen2.NXP.AES.ReadBuffer(int wordPointer, int bitCount, Gen2.NXP.AES.Tam1Authentication tam1)
wordPointer
- Specifies the starting word address for the readbitCount
- Specifies the number of bits to readtam1
- Tam1 Authenticationpublic Gen2.NXP.AES.ReadBuffer(int wordPointer, int bitCount, Gen2.NXP.AES.Tam2Authentication tam2)
wordPointer
- Specifies the starting word address for the readbitCount
- Specifies the number of bits to read
bitCount = 256 for protModes : 0x00, 0x01
= 352 for protModes : 0x02, 0x03tam2
- Tam2 AuthenticationMethod Detail |
---|
public int getCmdWordPointer()
public int getCmdBitCount()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |