|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Product | |
---|---|
com.ecebs.rtd.enabler | This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. |
com.ecebs.rtd.enabler.callback | Provides interfaces for implementing callback instances that can obtain information about the status of an operation |
com.ecebs.rtd.enabler.types.itso | Classes that represent the various structures found on an ITSO-compatible smartcard. |
com.ecebs.rtd.enabler.types.itso.ipe | Classes within this package represent the various product IPEs that can be present on an ITSO-compatible smartcard. |
Uses of Product in com.ecebs.rtd.enabler |
---|
Methods in com.ecebs.rtd.enabler that return types with arguments of type Product | |
---|---|
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)
|
List<Product> |
IITSOFramework.searchProducts(int[] oids,
int[] typs,
int[] ptyps)
The SEARCH PRODUCTS function will search for, read and parse any products on the CM that match the specified search parameters. |
List<Product> |
ITSOFramework.searchProducts(int[] oids,
int[] typs,
int[] ptyps)
|
Uses of Product in com.ecebs.rtd.enabler.callback |
---|
Method parameters in com.ecebs.rtd.enabler.callback with type arguments of type Product | |
---|---|
void |
IITSOFrameworkCallback.onReadComplete(List<Product> products)
Called when the read has finished successfully |
Uses of Product in com.ecebs.rtd.enabler.types.itso |
---|
Classes in com.ecebs.rtd.enabler.types.itso that implement Product | |
---|---|
class |
CyclicLog
Represents the cyclic log found on most ITSO CMDs. |
Uses of Product in com.ecebs.rtd.enabler.types.itso.ipe |
---|
Classes in com.ecebs.rtd.enabler.types.itso.ipe that implement Product | |
---|---|
class |
CorruptIPE
Represents an IPE type that could not be parsed by ITSO Framework. |
class |
EntitlementIPE
|
class |
IPE
Represents an ITSO IPE, holding it's fixed frame, FRDG, and VRDG's (if any) |
class |
Type14
Represents a Type 14 ITSO IPE |
class |
Type16
Represents a Type 16 ITSO IPE |
class |
Type2
Represents a Type 2 ITSO IPE |
class |
Type22
Represents a Type 22 ITSO IPE |
class |
Type23
Represents a Type 23 ITSO IPE |
class |
Type24
Represents the structure of a Type 24 ITSO IPE |
class |
Type27
Represents a Type 27 IPE. |
class |
Type28
Represents a Type 28 IPE. |
class |
Type29
Represents a Type 29 IPE. |
class |
UnsupportedIPE
Represents an IPE type that is not currently supported by ITSO Framework. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |