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. |
DES_EDE3 |
This class implements Triple DES EDE encryption with three independent
keys. |
DES2X |
This class implements DES2X encryption with four independent
keys. |
DESX |
This class implements DESX encryption with two 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. |
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. |