Package hcrypto.cipher

Class Summary
Alphabet This class defines properties of the alphabet used in a cipher key.
AlphabetFactory  
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.
UnicodeRanges