hcrypto.engines
Class NullEngine

java.lang.Object
  extended by hcrypto.cipher.CipherEngine
      extended by hcrypto.cipher.BlockCipher
          extended by hcrypto.engines.NullEngine

public class NullEngine
extends BlockCipher

Represents a null cipher -- that is a cipher that makes no transformation to the plaintext string.


Constructor Summary
NullEngine()
           
 
Method Summary
 
Methods inherited from class hcrypto.cipher.CipherEngine
getAlphabetRangeOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEngine

public NullEngine()