public class EncryptQueryRunnable
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
EncryptQueryRunnable(int dataPartitionBitSizeInput,
Paillier paillierInput,
java.util.HashMap<java.lang.Integer,java.lang.Integer> selectorQueryVecMappingInput,
int startInput,
int stopInput) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeMap<java.lang.Integer,java.math.BigInteger> |
getEncryptedValues()
Method to get this runnables encrypted values
|
void |
run() |
public EncryptQueryRunnable(int dataPartitionBitSizeInput, Paillier paillierInput, java.util.HashMap<java.lang.Integer,java.lang.Integer> selectorQueryVecMappingInput, int startInput, int stopInput)