Renci.SshNet.Security.Cryptography.Ciphers.RsaCipher
Implements RSA cipher algorithm.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public class RsaCipher : AsymmetricCipher
{
public RsaCipher(RsaKey key);
}
}