|
Class Summary |
| Alphabet |
Defines properties of the alphabet used in a cipher key. |
| AlphabetFactory |
|
| BlockCipher |
Abstract class representing a basic block cipher. |
| Cipher |
Provides the functionality for a wide range of historical ciphers
that can be used for encryption and decryption. |
| CipherEngine |
Defines the interface
for the Cipher class. |
| HistoricalKey |
Provides a partial implementation of the
HistoricalKey interface by providing default implementations
of the getKeyword(), getAlphabet(), and
getBlocksize() methods. |
| UnicodeRanges |
Defines ranges for certain named Unicode alphabets. |