|
Nokia Extensions for JSR-257 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.nokia.nfc.nxp.mfstd.MFKey
public abstract class MFKey
A class representing a Mifare Standard Card authentication key.
There are two types of authentication keys: A and B. Those are represented
by the subclasses MFKey.KeyA
and MFKey.KeyB
.
Nested Class Summary | |
---|---|
static class |
MFKey.KeyA
A class representing a Mifare Standard Card authentication key type A. |
static class |
MFKey.KeyB
A class representing a Mifare Standard Card authentication key type B. |
Field Summary | |
---|---|
static int |
KEY_LENGTH
Defines the authentication key length in bytes. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the given object to this MFKey object. |
byte[] |
getKey()
Returns the authentication key as a byte array. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int KEY_LENGTH
Method Detail |
---|
public byte[] getKey()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
true
if the objects are equal and false
if not.Object.equals(java.lang.Object)
|
Nokia Extensions for JSR-257 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |