Package de.flexiprovider.core.idea

Provides the IDEA block cipher.

See:
          Description

Class Summary
IDEA BlockCipherIDEA implements the IDEA Cipher.
IDEA.IDEA_CBC IDEA_CBC
IDEA.IDEA_CFB IDEA_CFB
IDEA.IDEA_ECB IDEA_ECB
IDEA.IDEA_OFB IDEA_OFB
IDEAKey IDEAKey is used to store a symmetric Key for IDEA Encryption/Decryption.
IDEAKeyFactory This class is used to convert between IDEA key objects and KeySpec (IDEAKeySpec).
IDEAKeyGenerator This class is used to generate keys for the IDEA block cipher.
 

Package de.flexiprovider.core.idea Description

Provides the IDEA block cipher.