ds.ov2.front
Class RSA_applet
java.lang.Object
javacard.framework.Applet
ds.ov2.util.Protocol_applet
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSA_applet
RSA_applet()
- Allocate/initialize everything for the OV-chip RSA applet.
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 argumentsstart
- ignored, start offset of the installation argumentslen
- ignored, length of installation arguments