Свойство | Тип | Описание | |
---|---|---|---|
_address_to_sa | SecurityAssociation>.Dictionary | ||
_node | Node | ||
_sa_to_address | Address>.Dictionary |
Метод | Описание | |
---|---|---|
GetSecureSender ( Address target ) : |
||
HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
ProtocolSecurityOverlord ( Node node, |
Метод | Описание | |
---|---|---|
CreateSecurityAssociation ( ISender sender, int spi ) : |
||
RemoveSA ( |
Removes the specified SA from our database.
|
|
Verify ( |
Overridden because we know the Brunet address.
|
protected CreateSecurityAssociation ( ISender sender, int spi ) : |
||
sender | ISender | |
spi | int | |
Результат |
public GetSecureSender ( Address target ) : |
||
target | Address | |
Результат |
public HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
caller | ISender | |
method | string | |
args | IList | |
rs | object | |
Результат | void |
public ProtocolSecurityOverlord ( Node node, |
||
node | Node | |
rsa | ||
rrman | ||
ch | ||
Результат | Brunet.Security |
protected RemoveSA ( |
||
sa | ||
Результат | void |
protected Verify ( |
||
sa | ||
Результат | bool |
protected Dictionary _address_to_sa | ||
Результат | SecurityAssociation>.Dictionary |