chapter2
Class SimpleStreamExample

java.lang.Object
  extended by chapter2.SimpleStreamExample

public class SimpleStreamExample
extends java.lang.Object

Basic stream cipher example


Constructor Summary
SimpleStreamExample()
           
 
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

SimpleStreamExample

public SimpleStreamExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Examples from "Beginning Cryptography with Java"