Class Summary |
Alphabet |
This class defines properties of the alphabet used in cipher key. |
AlphabetFactory |
AlphabetFactory.java
This class written by Ralph Walde on 7/19/01 by modifying part of a class
named Alphabet written by Ralph Morelli. |
BlockCipher |
This abstract class represents a basic block cipher. |
Cipher |
This class provides the functionality for a wide range of historical ciphers
that can be used for encryption and decryption. |
CipherEngine |
The CipherEngine class defines the interface
for the Cipher class. |
HistoricalKey |
This abstract class provides a partial implementation of the
HistoricalKey interface by providing default implementations
of the getKeyword(), getAlphabet(), and
getBlocksize() methods. |
HistoricalSecretKey |
This abstract class provides a partial implementation of the
HistoricalKey interface by providing default implementations
of the getKeyword(), getAlphabet(), and
getBlocksize() methods. |