|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.opt.applet.ID
opencard.opt.applet.AppletID
public class AppletID
AppletID encapsulates the applet identifier as defined by ISO 7816-5. Presently the AppletID
consists out of an array of at most 16 bytes. It is derived from the class ID which defines the handling of byte arrays which are used as IDs.
ID
Constructor Summary | |
---|---|
AppletID(byte[] bytes)
Constructs the AppletID from a byte array. |
|
AppletID(java.lang.String appletID)
Constructs the AppletID from a hexadecimal string. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Checks whether this ID equals another object. |
Methods inherited from class opencard.opt.applet.ID |
---|
getBytes, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppletID(byte[] bytes)
bytes
- Byte array for initialization of the ID.public AppletID(java.lang.String appletID)
appletID
- Hexadecimal string for initialization of the ID.Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class ID
object
- The object to be compared with this ID.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |