Package | Description |
---|---|
org.apache.pirk.querier.wideskies | |
org.apache.pirk.querier.wideskies.decrypt | |
org.apache.pirk.querier.wideskies.encrypt |
Modifier and Type | Method and Description |
---|---|
static Querier |
QuerierFactory.createQuerier(java.util.UUID queryIdentifier,
java.util.List<java.lang.String> selectors,
java.util.Properties properties)
Generates a
Querier containing the encrypted query. |
Constructor and Description |
---|
DecryptResponse(Response responseInput,
Querier querierInput) |
Modifier and Type | Method and Description |
---|---|
Querier |
EncryptQuery.encrypt()
Encrypts the query described by the query information using Paillier encryption.
|
Querier |
EncryptQuery.encrypt(int numThreads)
Encrypts the query described by the query information using Paillier encryption using the given number of threads.
|