|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.thingmagic.Gen2.NXP.AES.Tam1Authentication
public static class Gen2.NXP.AES.Tam1Authentication
TAM1 authentication
| Field Summary | |
|---|---|
byte |
authentication
authentication fields |
byte |
csi
authentication fields |
byte[] |
ichallenge
|
byte |
ichallengeLength
|
byte[] |
key
|
byte |
keyId
authentication fields |
byte |
keyLength
|
| Constructor Summary | |
|---|---|
Gen2.NXP.AES.Tam1Authentication(Gen2.NXP.AES.KeyId keyId,
byte[] key,
byte[] ichallenge,
boolean enableRawData)
Constructor to initialize authentication parameters |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte authentication
public byte csi
public byte keyId
public byte keyLength
public byte[] key
public byte ichallengeLength
public byte[] ichallenge
| Constructor Detail |
|---|
public Gen2.NXP.AES.Tam1Authentication(Gen2.NXP.AES.KeyId keyId,
byte[] key,
byte[] ichallenge,
boolean enableRawData)
keyId - KeyID to identify the encryption keykey - The common secret key K is stored in the ICichallenge - 80-bit random value generated by the InterrogatorenableRawData - enable or disable raw data filed| Method Detail |
|---|
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 | |||||||