A B C D E F G H I K L M N P R S T U V

S

Server - class ds.Server.
This is the class for decryption servers with the main functions for checking proofs on votes as well as share-decrypting votes.
Server(int, KeyShare, ElectionProperties, Random, PublicKey, BulletinBoard) - Constructor for class ds.Server
Constructs a DecryptionServer to decrypt the results using the servers secret KeyShare
Server(int, KeyShare, ElectionProperties, Random, PublicKey) - Constructor for class ds.Server
Constructs a DecryptionServer to decrypt the results using the servers secret KeyShare
Simulator - class simulator.Simulator.
 
Simulator() - Constructor for class simulator.Simulator
Starts a new simulator
shareCombine(DecryptedShare[]) - Method in class ea.ElectionAuthority
The method for combining the DecryptedShare's acquired from the decryption Servers
shareDecrypt(MultipleVotes[]) - Method in class ds.Server
The method for decrypting the results of the election with the secret KeyShare
shareDecrypt(Vote[]) - Method in class ds.Server
The method for decrypting the results of the election with the secret KeyShare
shareDecrypt(MultipleBinaryVotes[]) - Method in class ds.Server
The method for decrypting the results of the election with the secret KeyShare
shareDecrypt(BinaryVote[]) - Method in class ds.Server
The method for decrypting the results of the election with the secret KeyShare
showDialog(String) - Method in class bb.BulletinBoardServer
Shows a MessageDialog to the user
showDialog(String) - Method in class ds.DSGUI
 
showDialog(String) - Method in class voter.GUI
 
showSharePosted() - Method in class ds.DSGUI
 
simulator - package simulator
 
submitVotes() - Method in class voter.GUI
 

A B C D E F G H I K L M N P R S T U V