Namespace Renci.SshNet.Security.Cryptography
Classes
- BlockCipher
Base class for block cipher implementations.
- Cipher
Base class for cipher implementation.
- DigitalSignature
Base class for signature implementations.
- DsaDigitalSignature
Implements DSA digital signature algorithm.
- ED25519DigitalSignature
Implements ECDSA digital signature algorithm.
- EcdsaDigitalSignature
Implements ECDSA digital signature algorithm.
- 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.
- RsaDigitalSignature
Implements RSA digital signature algorithm.
- StreamCipher
Base class of stream cipher algorithms.
- SymmetricCipher
Base class for symmetric cipher implementations.