C# 클래스 Brunet.Security.Protocol.ProtocolSecurityOverlord

Very thin wrapper used to support AHSenders. This class is thread-safe.
상속: Brunet.Security.SecurityOverlord, IRpcHandler
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_address_to_sa SecurityAssociation>.Dictionary
_node Node
_sa_to_address Address>.Dictionary

공개 메소드들

메소드 설명
GetSecureSender ( Address target ) : SecurityAssociation
HandleRpc ( ISender caller, string method, IList args, object rs ) : void
ProtocolSecurityOverlord ( Node node, RSACryptoServiceProvider rsa, ReqrepManager rrman, CertificateHandler ch ) : Brunet.Security

보호된 메소드들

메소드 설명
CreateSecurityAssociation ( ISender sender, int spi ) : SecurityAssociation
RemoveSA ( SecurityAssociation sa ) : void

Removes the specified SA from our database.

Verify ( SecurityAssociation sa ) : bool

Overridden because we know the Brunet address.

메소드 상세

CreateSecurityAssociation() 보호된 메소드

protected CreateSecurityAssociation ( ISender sender, int spi ) : SecurityAssociation
sender ISender
spi int
리턴 Brunet.Security.SecurityAssociation

GetSecureSender() 공개 메소드

public GetSecureSender ( Address target ) : SecurityAssociation
target Address
리턴 Brunet.Security.SecurityAssociation

HandleRpc() 공개 메소드

public HandleRpc ( ISender caller, string method, IList args, object rs ) : void
caller ISender
method string
args IList
rs object
리턴 void

ProtocolSecurityOverlord() 공개 메소드

public ProtocolSecurityOverlord ( Node node, RSACryptoServiceProvider rsa, ReqrepManager rrman, CertificateHandler ch ) : Brunet.Security
node Node
rsa System.Security.Cryptography.RSACryptoServiceProvider
rrman Brunet.Messaging.ReqrepManager
ch Brunet.Security.CertificateHandler
리턴 Brunet.Security

RemoveSA() 보호된 메소드

Removes the specified SA from our database.
protected RemoveSA ( SecurityAssociation sa ) : void
sa Brunet.Security.SecurityAssociation
리턴 void

Verify() 보호된 메소드

Overridden because we know the Brunet address.
protected Verify ( SecurityAssociation sa ) : bool
sa Brunet.Security.SecurityAssociation
리턴 bool

프로퍼티 상세

_address_to_sa 보호되어 있는 프로퍼티

protected Dictionary _address_to_sa
리턴 SecurityAssociation>.Dictionary

_node 보호되어 있는 프로퍼티

protected Node _node
리턴 Node

_sa_to_address 보호되어 있는 프로퍼티

protected Dictionary _sa_to_address
리턴 Address>.Dictionary