Uses of Class
votingSystem.ElectionProperties

Packages that use ElectionProperties
ds   
ea   
remoteInterfaces   
voter   
votingSystem   
 

Uses of ElectionProperties in ds
 

Constructors in ds with parameters of type ElectionProperties
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
Server(int id, KeyShare ks, ElectionProperties ep, java.util.Random r, PublicKey pk)
          Constructs a DecryptionServer to decrypt the results using the servers secret KeyShare
 

Uses of ElectionProperties in ea
 

Methods in ea that return ElectionProperties
 ElectionProperties ElectionServer_Impl.getElectionProperties()
           
 

Methods in ea with parameters of type ElectionProperties
 ElectionServer RemoteEntityConnectionEA.bindElectionServer(ElectionProperties ep, PublicKey pk, KeyShare[] ks)
          Binds the ElectionServer to the registry.
 

Constructors in ea with parameters of type ElectionProperties
ElectionServer_Impl(ElectionProperties eps, PublicKey pks, KeyShare[] kss)
          Constructor for the ElectionServer
ElectionAuthority(PublicKey pk, ElectionProperties ep, BulletinBoard bb, boolean trustDecryptionServers)
          Creates a new ElectionAuthority
ElectionAuthority(PublicKey pk, ElectionProperties ep, boolean trustDecryptionServers)
          Creates a new ElectionAuthority
 

Uses of ElectionProperties in remoteInterfaces
 

Methods in remoteInterfaces that return ElectionProperties
 ElectionProperties ElectionServer.getElectionProperties()
           
 

Uses of ElectionProperties in voter
 

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

Uses of ElectionProperties in votingSystem
 

Constructors in votingSystem with parameters of type ElectionProperties
Validator(ElectionProperties ep, PublicKey pk)
          Creates a Validator for the given ElectionProperties and PublicKey