Uses of Interface
remoteInterfaces.BulletinBoard

Packages that use BulletinBoard
bb   
ds   
ea   
voter   
 

Uses of BulletinBoard in bb
 

Classes in bb that implement BulletinBoard
 class BulletinBoard_Impl
          Implementation of the remote class BulletinBoard that is bound to the RMI registry for remote use.
 

Methods in bb that return BulletinBoard
 BulletinBoard RemoteEntityConnectionBB.bindBulletinBoard()
          Binds the BulletinBoard to the RMI Registry
 

Uses of BulletinBoard in ds
 

Methods in ds that return BulletinBoard
 BulletinBoard RemoteEntityConnectionDS.getBulletinBoard()
          Gets the BulletinBoard stub
 

Constructors in ds with parameters of type BulletinBoard
Server(int id, KeyShare ks, ElectionProperties ep, java.util.Random r, PublicKey pk, BulletinBoard bb)
          Constructs a DecryptionServer to decrypt the results using the servers secret KeyShare
 

Uses of BulletinBoard in ea
 

Methods in ea that return BulletinBoard
 BulletinBoard RemoteEntityConnectionEA.getBulletinBoard()
          Returns a stub to the remote object BulletinBoard
 

Constructors in ea with parameters of type BulletinBoard
ElectionAuthority(PublicKey pk, ElectionProperties ep, BulletinBoard bb, boolean trustDecryptionServers)
          Creates a new ElectionAuthority
 

Uses of BulletinBoard in voter
 

Methods in voter that return BulletinBoard
 BulletinBoard RemoteEntityConnectionC.getBulletinBoard()
          Returns the stub for the remote object BulletinBoard
 

Constructors in voter with parameters of type BulletinBoard
Voter(int id, ElectionProperties ep, PublicKey pk, java.util.Random rand, BulletinBoard bb)
          Creates a new Voter for the election