C# Class FileFind.Meshwork.Node

Inheritance: Object
Mostrar archivo Open project: codebutler/meshwork Class Usage Examples

Private Properties

Property Type Description
DecryptKeyExchange void
GetConnections INodeConnection[]

Public Methods

Method Description
ClearSessionKey ( ) : void
CreateDecryptor ( ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateNewSessionKey ( ) : void
GetAmountSharedString ( ) : string
GetTrustedNode ( ) : TrustedNodeInfo
Node ( Network network, string nodeID ) : System
ToString ( ) : string

Private Methods

Method Description
DecryptKeyExchange ( byte keyExchangeBytes ) : void
GetConnections ( ) : INodeConnection[]

Method Details

ClearSessionKey() public method

public ClearSessionKey ( ) : void
return void

CreateDecryptor() public method

public CreateDecryptor ( ) : ICryptoTransform
return ICryptoTransform

CreateEncryptor() public method

public CreateEncryptor ( ) : ICryptoTransform
return ICryptoTransform

CreateNewSessionKey() public method

public CreateNewSessionKey ( ) : void
return void

GetAmountSharedString() public method

public GetAmountSharedString ( ) : string
return string

GetTrustedNode() public method

public GetTrustedNode ( ) : TrustedNodeInfo
return TrustedNodeInfo

Node() public method

public Node ( Network network, string nodeID ) : System
network Network
nodeID string
return System

ToString() public method

public ToString ( ) : string
return string