is.logi.crypto.test
Class TestKey

java.lang.Object
  |
  +--is.logi.crypto.Crypto
        |
        +--is.logi.crypto.test.TestKey

public class TestKey
extends Crypto

This application tests the various Key classes.

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
Key

Fields inherited from class is.logi.crypto.Crypto
BIT, cdsPath, keySource, NIBBLE, primeCertainty, random
 
Method Summary
static void main(java.lang.String[] arg)
          Run with argument DES, TriDES, Blowfish, RSA or Caesar.
 
Methods inherited from class is.logi.crypto.Crypto
binString, binString, equal, equalRelaxed, equalSub, fromHexNibble, fromHexString, fromString, fromString, hexString, hexString, hexString, hexString, makeClass, makeInt, makeLong, makeSessionKey, pastSpace, pickBits, pickBits, readInt, writeBytes, writeBytes, writeInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] arg)
Run with argument DES, TriDES, Blowfish, RSA or Caesar.


Copyright 1997-1999 Logi Ragnarsson