| Class | Description |
|---|---|
| AESEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
| AESFastEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
| AESWrapEngine |
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification.
|
| BlowfishEngine |
A class that provides Blowfish key encryption operations,
such as encoding data and generating keys.
|
| DESedeEngine |
a class that provides a basic DESede (or Triple DES) engine.
|
| DESedeWrapEngine |
Wrap keys according to
draft-ietf-smime-key-wrap-01.txt.
|
| DESEngine |
a class that provides a basic DES engine.
|
| RC2Engine |
an implementation of RC2 as described in RFC 2268
"A Description of the RC2(r) Encryption Algorithm" R.
|
| RC4Engine | |
| RFC3394WrapEngine |
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification as described in RFC 3394.
|
| RSABlindedEngine |
this does your basic RSA algorithm with blinding
|
| TwofishEngine |
A class that provides Twofish encryption operations.
|