Name |
Description |
AsymmetricCipher |
Base class for asymmetric cipher implementation |
BlockCipher |
Base class for block cipher implementations. |
Cipher |
Base class for cipher implementation. |
CipherDigitalSignature |
Implements digital signature where where asymmetric cipher is used, |
DigitalSignature |
Base class for signature implementations |
DsaDigitalSignature |
Implements DSA digital signature algorithm. |
HMACMD5 |
Computes a Hash-based Message Authentication Code (HMAC) by using the MD5 hash function. |
HMACSHA1 |
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA1 hash function. |
HMACSHA256 |
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA256 hash function. |
HMACSHA384 |
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA384 hash function. |
HMACSHA512 |
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA512 hash function. |
MD5Hash |
MD5 algorithm implementation |
RIPEMD160Hash |
|
RsaDigitalSignature |
Implements RSA digital signature algorithm. |
SHA1Hash |
SHA1 algorithm implementation |
SHA256Hash |
SHA256 algorithm implementation. |
SHA2HashBase |
SHA256 algorithm implementation. |
SHA384Hash |
|
StreamCipher |
Base class of stream cipher algorithms. |
SymmetricCipher |
Base class for symmetric cipher implementations. |