|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecryptedShare | |
bb | |
ds | |
ea | |
remoteInterfaces | |
votingSystem |
Uses of DecryptedShare in bb |
Methods in bb that return DecryptedShare | |
DecryptedShare[] |
BulletinBoard_Impl.getOneOfLShares()
Gets the DecryptedShares in the case of a single vote election |
Methods in bb with parameters of type DecryptedShare | |
void |
BulletinBoard_Impl.postShare(DecryptedShare ds)
Posts a DecryptedShare to the bulletin board |
void |
BulletinBoard_Impl.postShare(DecryptedShare[] ds)
Posts multiple DecryptedShares to the bulletin board in a multiple vote election |
Uses of DecryptedShare in ds |
Methods in ds that return DecryptedShare | |
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 |
Uses of DecryptedShare in ea |
Methods in ea with parameters of type DecryptedShare | |
java.math.BigInteger |
ElectionAuthority.shareCombine(DecryptedShare[] dsList)
The method for combining the DecryptedShare's acquired from the decryption Servers |
Uses of DecryptedShare in remoteInterfaces |
Methods in remoteInterfaces that return DecryptedShare | |
DecryptedShare[] |
BulletinBoard.getOneOfLShares()
Gets the DecryptedShares in the case of a single vote election |
Methods in remoteInterfaces with parameters of type DecryptedShare | |
void |
BulletinBoard.postShare(DecryptedShare ds)
Posts a DecryptedShare to the bulletin board |
void |
BulletinBoard.postShare(DecryptedShare[] ds)
Posts multiple DecryptedShares to the bulletin board in a multiple vote election |
Uses of DecryptedShare in votingSystem |
Methods in votingSystem with parameters of type DecryptedShare | |
boolean |
Validator.checkShareDecryption(DecryptedShare ds)
This method verifies the zero-knowledge proof for the decrypted shares acquired from the decryption Servers |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |