opencard.opt.applet
Class AppletID
java.lang.Object
|
+--opencard.opt.applet.ID
|
+--opencard.opt.applet.AppletID
- public class AppletID
- extends ID
- implements SecurityDomain
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.
- Since:
- OCF1.2
- See Also:
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 java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
AppletID
public AppletID(byte[] bytes)
- Constructs the AppletID from a byte array.
- Parameters:
bytes
- Byte array for initialization of the ID.
AppletID
public AppletID(java.lang.String appletID)
- Constructs the AppletID from a hexadecimal string.
- Parameters:
hexString
- Hexadecimal string for initialization of the ID.
equals
public boolean equals(java.lang.Object object)
- Checks whether this ID equals another object.
- Parameters:
object
- The object to be compared with this ID.- Overrides:
- equals in class ID