C# 클래스 MpcLib.DistributedSystem.QuorumSystem.QuorumBuilding.AlmostEverywhereProtocol

상속: AsyncProtocol, IQuorumBuilder
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, SafeRandom randGen, StateKey stateKey ) : System
AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
AlmostEverywhere ( ) : int
SetupCandidateList ( ) : void

메소드 상세

AlmostEverywhereProtocol() 공개 메소드

public AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, SafeRandom randGen, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
randGen MpcLib.Common.StochasticUtils.SafeRandom
stateKey StateKey
리턴 System

AlmostEverywhereProtocol() 공개 메소드

public AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
stateKey StateKey
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void