Package de.flexiprovider.core.rijndael

Provides the AES (Rijndael) block cipher algorithm.

See:
          Description

Class Summary
Rijndael This class implements the Rijndael block cipher.
Rijndael.AES  
Rijndael.AES.AES128_CBC AES128_CBC
Rijndael.AES.AES128_CFB AES128_CFB
Rijndael.AES.AES128_ECB AES128_ECB
Rijndael.AES.AES128_OFB AES128_OFB
Rijndael.AES.AES192_CBC AES192_CBC
Rijndael.AES.AES192_CFB AES192_CFB
Rijndael.AES.AES192_ECB AES192_ECB
Rijndael.AES.AES192_OFB AES192_OFB
Rijndael.AES.AES256_CBC AES256_CBC
Rijndael.AES.AES256_CFB AES256_CFB
Rijndael.AES.AES256_ECB AES256_ECB
Rijndael.AES.AES256_OFB AES256_OFB
RijndaelKey RijndaelKey is used to store a symmetric key for Rijndael encryption/decryption.
RijndaelKeyFactory This class represents a factory for secret keys.
RijndaelKeyGenerator This class generates new keys for the Rijndael and AES block ciphers.
RijndaelKeyGenParameterSpec This class specifies parameters used for initializing the RijndaelKeyGenerator.
RijndaelParameters This class is used as an opaque representation of Rijndael parameters.
RijndaelParameterSpec This class specifies the parameters used by the Rijndael block cipher.
 

Package de.flexiprovider.core.rijndael Description

Provides the AES (Rijndael) block cipher algorithm.