Class SecureTalkClient

java.lang.Object
  |
  +--SecureTalkClient

public class SecureTalkClient
extends java.lang.Object

SecureTalkClient.java Toy app, that reads a string, encrypts it and send it to SecureTalkClient over a network socket, this program is an example of how to use PadStreams. for a walktrough of this class see the padnut turorial.

Version:
1.1 LAST EDITED: 31.01.2001 <-little endian,
Author:
Erlend Aakre, www.klogd.net

Constructor Summary
SecureTalkClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureTalkClient

public SecureTalkClient()
Method Detail

main

public static void main(java.lang.String[] args)