|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirEntry | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
com.ecebs.rtd.enabler.types.card | Classes for interacting with detected smartcards. |
com.ecebs.rtd.enabler.types.itso | Classes that represent the various structures found on an ITSO-compatible smartcard. |
Uses of DirEntry in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler with parameters of type DirEntry | |
---|---|
List<Product> |
IITSOFramework.getProducts(DirEntry... entries)
The GET PRODUCT function will read and parse a single product from the CM. |
List<Product> |
ITSOFramework.getProducts(DirEntry... entries)
|
void |
IITSOFramework.getProducts(IITSOFrameworkCallback cb,
DirEntry... entries)
The GET PRODUCT function will read and parse a single product from the CM. |
void |
ITSOFramework.getProducts(IITSOFrameworkCallback cb,
DirEntry... entries)
|
Uses of DirEntry in com.ecebs.rtd.enabler.types.card |
---|
Methods in com.ecebs.rtd.enabler.types.card that return types with arguments of type DirEntry | |
---|---|
List<DirEntry> |
CardInformation.getIPEHeaderList()
Get a list of the directory entries read from the most recent directory file on the smartcard |
Uses of DirEntry in com.ecebs.rtd.enabler.types.itso |
---|
Classes in com.ecebs.rtd.enabler.types.itso that implement DirEntry | |
---|---|
class |
IPEDirEntry
Represents a directory entry within an ITSO Directory File |
class |
LogDirEntry
Represents a log directory entry, assocaited with a cyclic log. |
Methods in com.ecebs.rtd.enabler.types.itso that return DirEntry | |
---|---|
DirEntry |
Product.getDirEntry()
Get the directory entry associated with the product |
DirEntry |
Directory.getDirEntry(int index)
|
Methods in com.ecebs.rtd.enabler.types.itso that return types with arguments of type DirEntry | |
---|---|
List<DirEntry> |
Directory.getDirEntries()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |