|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--example.client.Client
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 |
public Client()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command line parameters are ignored
java.lang.Exception
- when something goes wrongprivate static java.lang.String arrayToString(byte[] data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |