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

opencard.opt.applet.mgmt
Class AppletCode

java.lang.Object
  |
  +--opencard.opt.applet.mgmt.AppletCode

public abstract class AppletCode
extends java.lang.Object

The AppletCode To be defined Should contain Information to install an Applet on a card.

Since:
OCF1.2
Version:
$Id: AppletCode.java,v 1.1 1999/11/02 18:36:56 damke Exp $

Constructor Summary
AppletCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletCode

public AppletCode()