ds.ov2.front
Class RSA_applet

java.lang.Object
  extended by javacard.framework.Applet
      extended by ds.ov2.util.Protocol_applet
          extended by ds.ov2.front.RSA_applet

 class RSA_applet
extends Protocol_applet

Main class of the OV-chip RSA applet. Extends Protocol_applet with specific applet installation code.

CPP Preprocessing
This class uses the following cpp defines: PACKAGE, PUBLIC
Execution Environment:
card
Author:
Hendrik Tews
Version:
$Revision: 1.8 $
Last Commit:
$Date: 2009-03-26 15:51:29 $ by $Author: tews $

Constructor Summary
RSA_applet()
          Allocate/initialize everything for the OV-chip RSA applet.
 
Method Summary
static void install(byte[] bytes, short start, byte len)
          Applet install method.
 
Methods inherited from class ds.ov2.util.Protocol_applet
process, select, set_registered_protocols
 
Methods inherited from class javacard.framework.Applet
deselect, getShareableInterfaceObject, register, register, selectingApplet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSA_applet

RSA_applet()
Allocate/initialize everything for the OV-chip RSA applet.

Method Detail

install

public static void install(byte[] bytes,
                           short start,
                           byte len)
Applet install method. Uses no applet installation arguments, the actual arguments are ignored. All the work is done in the constructor RSA_applet().

Parameters:
bytes - ignored, array with installation arguments
start - ignored, start offset of the installation arguments
len - ignored, length of installation arguments