Renci.SshNet.Security.Cryptography
Namespace with 12 public types
Classes
DsaDigitalSignature
Implements DSA digital signature algorithm.
ED25519DigitalSignature
Implements ECDSA digital signature algorithm.
HMACSHA1
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
HMACSHA256
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
RsaDigitalSignature
Implements RSA digital signature algorithm.
Abstract Classes
AsymmetricCipher
Base class for asymmetric cipher implementations.
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
StreamCipher
Base class of stream cipher algorithms.
SymmetricCipher
Base class for symmetric cipher implementations.