example.client
Class Client

java.lang.Object
  |
  +--example.client.Client

public class Client
extends java.lang.Object

Title: Javacard As Secure Object Store

Description: The main program on the client computer. Before starting this program, the Terminal should be running with the smartcard already inserted.

Copyright: Copyright (c) 2002

Company: University of Twente


Constructor Summary
Client()
           
 
Method Summary
private static java.lang.String arrayToString(byte[] data)
           
static void main(java.lang.String[] args)
          Reads the keystore, connects to the terminal, logs in to the server applet and makes some secure method calls.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Reads the keystore, connects to the terminal, logs in to the server applet and makes some secure method calls.

Parameters:
args - Command line parameters are ignored
Throws:
java.lang.Exception - when something goes wrong

arrayToString

private static java.lang.String arrayToString(byte[] data)