Renci.SshNet.Security
Namespace with 14 public types
Classes
                                     Certificate
                                    
                                
                            
                            
                                
                                     CertificateHostAlgorithm
                                    
                                
                            
                            
                                
                                     EcdsaKey
                                    
                                
                            
                            
                                
                                     ED25519Key
                                    
                                
                            
                            
                                
                                     KeyExchangeDiffieHellman
                                    
                                
                            
                            
                                
                                     KeyExchangeDiffieHellmanGroupExchange
                                    Provides the implementation of "diffie-hellman-group-exchange" algorithms.
                                
                            
                            
                                
                                     KeyHostAlgorithm
                                    Implements key support for host algorithm.
                                
                            
                            
                                
                                     RsaKey
                                    Contains the RSA private and public key.
                                
                            
                            
                                
                                     SshKeyData
                                    Facilitates (de)serializing encoded public key data in the format
            specified by RFC 4253 section 6.6.
                                
                            
                        
                        Abstract Classes
                                     Algorithm
                                    Represents the abstract base class from which all implementations of algorithms must inherit.
                                
                            
                            
                                
                                     HostAlgorithm
                                    Base class for SSH host algorithms.
                                
                            
                            
                                
                                     Key
                                    Base class for asymmetric cipher algorithms.
                                
                            
                            
                                
                                     KeyExchange
                                    Represents base class for different key exchange algorithm implementations.
                                
                            
                        
                        Interfaces
                                     IKeyExchange
                                    Represents a key exchange algorithm.