|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
ds | |
ea | |
remoteInterfaces | |
voter | |
votingSystem |
Uses of PublicKey in ds |
Constructors in ds with parameters of type PublicKey | |
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 PublicKey in ea |
Methods in ea that return PublicKey | |
PublicKey |
ElectionServer_Impl.getPublicKey()
|
Methods in ea with parameters of type PublicKey | |
ElectionServer |
RemoteEntityConnectionEA.bindElectionServer(ElectionProperties ep,
PublicKey pk,
KeyShare[] ks)
Binds the ElectionServer to the registry. |
Constructors in ea with parameters of type PublicKey | |
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 PublicKey in remoteInterfaces |
Methods in remoteInterfaces that return PublicKey | |
PublicKey |
ElectionServer.getPublicKey()
|
Uses of PublicKey in voter |
Constructors in voter with parameters of type PublicKey | |
Voter(int id,
ElectionProperties ep,
PublicKey pk,
java.util.Random rand,
BulletinBoard bb)
Creates a new Voter for the election |
Uses of PublicKey in votingSystem |
Methods in votingSystem that return PublicKey | |
PublicKey |
KeyGenerator.getPk()
|
Constructors in votingSystem with parameters of type PublicKey | |
Validator(ElectionProperties ep,
PublicKey pk)
Creates a Validator for the given ElectionProperties and PublicKey |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |