Package de.flexiprovider.core.desede

Provides the TripleDES Cipher with three different keys.

See:
          Description

Class Summary
DESede This class implements the TripleDES (DESede) block cipher.
DESede.DESede_CBC DESede_CBC
DESedeKey DESedeKey is used to store a symmetric Key for DESede Encryption/Decryption.
DESedeKeyFactory This class represents a factory for secret keys.
DESedeKeyGenerator This class is used to generate keys for the DESede block cipher.
DESedeKeySpec This class specifies a DES-EDE ("triple-DES") key.
DESKeySpec This class specifies a DES key.
 

Package de.flexiprovider.core.desede Description

Provides the TripleDES Cipher with three different keys. This implementation is conform to the FIPS46-3 standard.