Package de.flexiprovider.core.serpent

Provides the Serpent block cipher algorithm.

See:
          Description

Class Summary
Serpent This class implementes the Serpent block cipher.
Serpent.Serpent128_CBC Serpent128_CBC
Serpent.Serpent128_CFB Serpent128_CFB
Serpent.Serpent128_ECB Serpent128_ECB
Serpent.Serpent128_OFB Serpent128_OFB
Serpent.Serpent192_CBC Serpent192_CBC
Serpent.Serpent192_CFB Serpent192_CFB
Serpent.Serpent192_ECB Serpent192_ECB
Serpent.Serpent192_OFB Serpent192_OFB
Serpent.Serpent256_CBC Serpent256_CBC
Serpent.Serpent256_CFB Serpent256_CFB
Serpent.Serpent256_ECB Serpent256_ECB
Serpent.Serpent256_OFB Serpent256_OFB
SerpentKey SerpentKey is used to store a symmetric key for Serpent encryption/decryption.
SerpentKeyFactory This class represents a factory for secret keys.
SerpentKeyGenerator This class is used to generate keys for the Serpent block cipher.
SerpentKeyGenParameterSpec This class specifies parameters used for initializing the SerpentKeyGenerator.
 

Package de.flexiprovider.core.serpent Description

Provides the Serpent block cipher algorithm.