Свойство | Тип | Описание | |
---|---|---|---|
_address_to_sa | SecurityAssociation>.Dictionary | ||
_node | Node | ||
_sa_to_address | Address>.Dictionary |
Метод | Описание | |
---|---|---|
CalculateCookie ( object o ) : |
||
CheckForSecureSender ( Address target ) : SecurityAssociation | ||
ContainsSender ( Address target ) : bool | ||
GetAddress ( SecurityAssociation sa ) : Address | ||
GetSecureSender ( Address target ) : SecurityAssociation | ||
HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
SymphonySecurityOverlord ( Node node, |
Метод | Описание | |
---|---|---|
CreateSecurityAssociation ( ISender sender, int spi, bool start ) : PeerSecAssociation | ||
RemoveSA ( SecurityAssociation sa ) : void |
Removes the specified SA from our database.
|
public CalculateCookie ( object o ) : |
||
o | object | |
Результат |
public CheckForSecureSender ( Address target ) : SecurityAssociation | ||
target | Address | |
Результат | SecurityAssociation |
public ContainsSender ( Address target ) : bool | ||
target | Address | |
Результат | bool |
protected CreateSecurityAssociation ( ISender sender, int spi, bool start ) : PeerSecAssociation | ||
sender | ISender | |
spi | int | |
start | bool | |
Результат | PeerSecAssociation |
public GetAddress ( SecurityAssociation sa ) : Address | ||
sa | SecurityAssociation | |
Результат | Address |
public GetSecureSender ( Address target ) : SecurityAssociation | ||
target | Address | |
Результат | SecurityAssociation |
public HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
caller | ISender | |
method | string | |
args | IList | |
rs | object | |
Результат | void |
protected RemoveSA ( SecurityAssociation sa ) : void | ||
sa | SecurityAssociation | |
Результат | void |
public SymphonySecurityOverlord ( Node node, |
||
node | Node | |
rsa | ||
ch | CertificateHandler | |
rrman | ||
Результат | Brunet.Messaging |
protected Dictionary _address_to_sa | ||
Результат | SecurityAssociation>.Dictionary |