Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
W
Y
Z
E
e
- Variable in class paillierp.zkp.
DecryptionZKP
The hash of the correctness.
encrypt(BigInteger)
- Method in class paillierp.
AbstractPaillier
Produces the random encryption of
m
.
encrypt(BigInteger, BigInteger)
- Method in class paillierp.
AbstractPaillier
Produces the encryption
E
(
m
,
r
) using the message
m
and the randomization
r
in the Paillier cryptosystem.
encrypt(BigInteger, PaillierKey)
- Static method in class paillierp.
AbstractPaillier
Produces a random encryption of
m
encrypt(BigInteger, BigInteger, PaillierKey)
- Static method in class paillierp.
AbstractPaillier
Produces the encryption
E
(
m, r
).
encrypt(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger)
- Static method in class paillierp.
AbstractPaillier
Produces the encryption
E
(
m, r
).
EncryptionZKP
- Class in
paillierp.zkp
A non-interactive Zero Knowledge Proof that the ciphertext is of a known message.
EncryptionZKP(byte[])
- Constructor for class paillierp.zkp.
EncryptionZKP
Creates an instance of the Zero Knowledge Proof of decryption from a byte array which
does
have the key encoded.
EncryptionZKP(byte[], BigInteger, BigInteger)
- Constructor for class paillierp.zkp.
EncryptionZKP
Creates an instance of the Zero Knowledge Proof from a byte array (which does not have the key) and the values necessary for verification.
EncryptionZKP(byte[], PaillierKey)
- Constructor for class paillierp.zkp.
EncryptionZKP
Creates an instance of the Zero Knowledge Proof from a byte array (which does
not
have the key) and a public key.
EncryptionZKP(PaillierKey, BigInteger)
- Constructor for class paillierp.zkp.
EncryptionZKP
Computes a random encryption of
alpha
.
encryptMode
- Variable in class paillierp.
AbstractPaillier
Boolean signifying that the variables for encryption are in place.
encryptone()
- Method in class paillierp.
AbstractPaillier
A random encryption of 1.
encryptProof(BigInteger)
- Method in class paillierp.
AbstractPaillier
Produces a Zero Knowledge Proof of the encryption
m
encryptzero()
- Method in class paillierp.
AbstractPaillier
A random encryption of 0.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
W
Y
Z