Class Demo

java.lang.Object
  extended by Demo

public class Demo
extends Object

Version:
27 10 2009
Author:
Tomas Sedmik

Constructor Summary
Demo()
           
 
Method Summary
static void main(String[] args)
          Demonstrates the Ceasar and Vernam classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo

public Demo()
Method Detail

main

public static void main(String[] args)
Demonstrates the Ceasar and Vernam classes. Each encodes message given from command line as the first parameter using the key which is the second parameter.