is.logi.crypto.test
Class TestMode

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

public class TestMode
extends Crypto

This application tests the various encryption-mode classes.

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

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 arguments DES, TriDES, Blowfish, RSA or Caesar and ECB, CBC, CFB or OFB.
 
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 arguments DES, TriDES, Blowfish, RSA or Caesar and ECB, CBC, CFB or OFB.


Copyright 1997-1999 Logi Ragnarsson