C# Class Brunet.Security.PeerSec.PeerSecOverlordTest

Show file Open project: pstjuste/brunet

Private Properties

Property Type Description
Test void
TestRemoteRestart void
TestWithPreExchangedKeys void

Protected Methods

Method Description
AnnounceSA ( Brunet.SecurityAssociation sa, Brunet.SecurityAssociation state ) : void
CreateInvalidSO ( string name, int level ) : PeerSecOverlord
CreateValidSO ( string name ) : PeerSecOverlord
Timeout ( object o ) : void

Private Methods

Method Description
Test ( ) : void
TestRemoteRestart ( ) : void
TestWithPreExchangedKeys ( ) : void

Method Details

AnnounceSA() protected method

protected AnnounceSA ( Brunet.SecurityAssociation sa, Brunet.SecurityAssociation state ) : void
sa Brunet.SecurityAssociation
state Brunet.SecurityAssociation
return void

CreateInvalidSO() protected method

protected CreateInvalidSO ( string name, int level ) : PeerSecOverlord
name string
level int
return PeerSecOverlord

CreateValidSO() protected method

protected CreateValidSO ( string name ) : PeerSecOverlord
name string
return PeerSecOverlord

Timeout() protected method

protected Timeout ( object o ) : void
o object
return void