Class | Description |
---|---|
AESEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
AESFastEngine | Deprecated
unfortunately this class is has a few side channel issues.
|
AESLightEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
NullEngine |
The no-op engine that just copies bytes through, irrespective of whether encrypting and decrypting.
|
RSABlindedEngine |
this does your basic RSA algorithm with blinding
|
RSABlindingEngine |
This does your basic RSA Chaum's blinding and unblinding as outlined in
"Handbook of Applied Cryptography", page 475.
|
RSAEngine |
this does your basic RSA algorithm.
|