|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaillierPrivateKey | |
|---|---|
| paillierp | Provides the structures and methods to encrypt data with the Paillier encryption scheme with thresholding. |
| paillierp.key | Provides the structures for public and private keys for the use in the generalized Paillier encryption scheme with and without thresholding. |
| Uses of PaillierPrivateKey in paillierp |
|---|
| Fields in paillierp declared as PaillierPrivateKey | |
|---|---|
protected PaillierPrivateKey |
Paillier.deckey
Private Key allowing decryption; should be same as public key. |
| Methods in paillierp that return PaillierPrivateKey | |
|---|---|
PaillierPrivateKey |
Paillier.getPrivateKey()
Returns the current private key in use by this encryption object. |
| Methods in paillierp with parameters of type PaillierPrivateKey | |
|---|---|
void |
Paillier.setDecryptEncrypt(PaillierPrivateKey key)
Sets the mode for this object to decrypt and encrypt using the provided key. |
void |
Paillier.setDecryption(PaillierPrivateKey key)
Sets the mode for this object to decrypt and will use the provided key to decrypt only. |
| Constructors in paillierp with parameters of type PaillierPrivateKey | |
|---|---|
Paillier(PaillierPrivateKey key)
Constructs a new encryption/decryption object which uses the specified key for both encryption and decryption. |
|
| Uses of PaillierPrivateKey in paillierp.key |
|---|
| Methods in paillierp.key that return PaillierPrivateKey | |
|---|---|
static PaillierPrivateKey |
KeyGen.PaillierKey(int s,
long seed)
This function return the keys for the Paillier class given the number of bits required for the construction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||