프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_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 |
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 |