Uses of Class
exceptions.NoValidVotesException

Packages that use NoValidVotesException
ds   
 

Uses of NoValidVotesException in ds
 

Methods in ds that throw NoValidVotesException
 void Server.postShare()
          Initiates the process of share decrypting the results of the election.
 DecryptedShare[] Server.shareDecrypt(MultipleVotes[] votes)
          The method for decrypting the results of the election with the secret KeyShare
 DecryptedShare Server.shareDecrypt(Vote[] votes)
          The method for decrypting the results of the election with the secret KeyShare
 DecryptedShare[] Server.shareDecrypt(MultipleBinaryVotes[] votes)
          The method for decrypting the results of the election with the secret KeyShare
 DecryptedShare Server.shareDecrypt(BinaryVote[] votes)
          The method for decrypting the results of the election with the secret KeyShare