|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ecebs.rtd.enabler.types.card.CardInformation
public class CardInformation
Proides a means of obtaining information about a detected ITSO CM.
Note that an instance is invalid after carrying out an RTD operation using
an ITransactionController
.
Constructor Summary | |
---|---|
CardInformation(ITSOCard card)
Create an instance to provide details about an ITSO smartcard detected by the specified reader |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ITSOCardType |
getCardType()
Provides information about the type of card detected |
List<DirEntry> |
getIPEHeaderList()
Get a list of the directory entries read from the most recent directory file on the smartcard |
String |
getReaderId()
Get the ID of the reader that detected the smartcard |
ITSOShell |
getShellHeader()
Get the shell read from the smartcard |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CardInformation(ITSOCard card)
card
- The card that this instance representsMethod Detail |
---|
public List<DirEntry> getIPEHeaderList()
Collections.unmodifiableList(List)
,
Directory.getDirEntries()
public String getReaderId()
public ITSOShell getShellHeader()
public ITSOCardType getCardType()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |