Uses of Class
com.ecebs.rtd.enabler.types.RTDEException

Packages that use RTDEException
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.itso Classes that represent the various structures found on an ITSO-compatible smartcard. 
 

Uses of RTDEException in com.ecebs.rtd.enabler
 

Methods in com.ecebs.rtd.enabler that throw RTDEException
 CardInformation IITSOFramework.detectCard(boolean isWhiteList, String... readers)
          The DETECT CARD function will return the ITSO Shell Environment Data Group and ITSO Directory Data Group, read and parsed, from a CM if one is present.
 CardInformation ITSOFramework.detectCard(boolean isWhiteList, String... readers)
           
 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 RTDEException in com.ecebs.rtd.enabler.types.itso
 

Constructors in com.ecebs.rtd.enabler.types.itso that throw RTDEException
FileControlInfo(byte[] fci, int offset)
          Parses from the provided byte array, starting at the provided offset
ParameterEF(byte[] paramEF, int offset)
          Parses the parameter EF from the byte array, starting at the offset
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.