OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.util
Class ConvertTLV

java.lang.Object
  |
  +--com.ibm.opencard.util.ConvertTLV

public class ConvertTLV
extends java.lang.Object


Constructor Summary
ConvertTLV()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main entrance point to this tool.
static void printUsage()
          Prints a usage message for this tool, then exits.
static int toBinaryNumber(byte[] binary, int offset, int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertTLV

public ConvertTLV()
Method Detail

toBinaryNumber

public static int toBinaryNumber(byte[] binary,
                                 int offset,
                                 int number)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
The main entrance point to this tool.

printUsage

public static void printUsage()
Prints a usage message for this tool, then exits.