com.licel.jcardsim.samples.JavaPurseCrypto
Class Record

java.lang.Object
  extended by com.licel.jcardsim.samples.JavaPurseCrypto.Record

public class Record
extends Object

A Record.

The main reason for this class is that Java Card doesn't support multidimensional arrays, but supports array of objects


Constructor Summary
Record(byte[] data)
           
Record(short size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record(byte[] data)

Record

public Record(short size)