|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyShare | |
ds | |
ea | |
remoteInterfaces | |
votingSystem |
Uses of KeyShare in ds |
Constructors in ds with parameters of type KeyShare | |
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 KeyShare in ea |
Methods in ea that return KeyShare | |
KeyShare |
ElectionServer_Impl.getKeyShare()
Assigns an id to the decryption server, and returns the KeyShare |
Methods in ea with parameters of type KeyShare | |
ElectionServer |
RemoteEntityConnectionEA.bindElectionServer(ElectionProperties ep,
PublicKey pk,
KeyShare[] ks)
Binds the ElectionServer to the registry. |
Constructors in ea with parameters of type KeyShare | |
ElectionServer_Impl(ElectionProperties eps,
PublicKey pks,
KeyShare[] kss)
Constructor for the ElectionServer |
Uses of KeyShare in remoteInterfaces |
Methods in remoteInterfaces that return KeyShare | |
KeyShare |
ElectionServer.getKeyShare()
Assigns an id to the decryption server, and returns the KeyShare |
Uses of KeyShare in votingSystem |
Methods in votingSystem that return KeyShare | |
KeyShare[] |
KeyGenerator.generateKeys(int l,
int w)
Generates the KeyShares for the decryption servers |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |