Package cryptix.provider.cipher

Class Summary

Blowfish This class implements the Blowfish block cipher.
CAST5 A subclass of Cipher to implement the CAST5 (a.k.a.
DES DES is a block cipher with an 8 byte block size.
DES2X This class implements DES2X encryption with four independent keys.
DESX This class implements DESX encryption with two independent keys.
DES_EDE3 This class implements Triple DES EDE encryption with three independent keys.
IDEA IDEA is a block cipher with a key length of 16 bytes and a block length of 8 bytes.
LOKI91 LOKI is a proposed Australian alternative cipher to DES.
NativeLink A class to handle loading and versioning of native code in a VM-independent way.
RC2 A subclass of Cipher to implement the RC2 (TM) block cipher algorithm in Java.
RC4 This class implements the RC4 (TM) stream cipher.
Rijndael Rijndael --pronounced Reindaal-- is a symmetric cipher with a 128-bit block size and variable key-size (128-, 192- and 256-bit).
SAFER A subclass of Cipher to implement the SAFER algorithm in Java.
SPEED SPEED is a block cipher with variable key size, data block size and number of rounds (in the style of RC5).
Square A subclass of Cipher to implement a Java class of the Square algorithm.