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

demos.stockbroker
Class SBInitScript

java.lang.Object
  |
  +--com.ibm.opencard.script.Script
        |
        +--demos.stockbroker.SBInitScript

public class SBInitScript
extends Script

This file was automatically created by ConvertFile on Wed Apr 08 13:13:41 GMT+00:00 1998 from the file sctstuff/sigcjav.isb Please DO NOT EDIT this file. If you have to change something please change it in ConvertFile


Constructor Summary
SBInitScript()
           
 
Method Summary
 TLVBuffer buffer()
           
 
Methods inherited from class com.ibm.opencard.script.Script
restore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBInitScript

public SBInitScript()
Method Detail

buffer

public TLVBuffer buffer()
Overrides:
buffer in class Script