A B C D E F G H I K L M N P R S T U V W Y Z

M

MAX_KEY_SIZE - Static variable in class paillierp.key.PaillierKey
Maximum number of bits allowed for keysize.
MultiplicationZKP - Class in paillierp.zkp
A non-interactive Zero Knowledge Proof that the multiplication of a ciphertext is done.
MultiplicationZKP(byte[]) - Constructor for class paillierp.zkp.MultiplicationZKP
Creates an instance of the Zero Knowledge Proof of decryption from a byte array which does have the key encoded.
MultiplicationZKP(byte[], BigInteger, BigInteger) - Constructor for class paillierp.zkp.MultiplicationZKP
Creates an instance of the Zero Knowledge Proof from a byte array (which does not have the key) and the values necessary for verification.
MultiplicationZKP(byte[], PaillierThresholdKey) - Constructor for class paillierp.zkp.MultiplicationZKP
Creates an instance of the Zero Knowledge Proof from a byte array (which does not have the key) and a public key.
MultiplicationZKP(PaillierKey, BigInteger, BigInteger) - Constructor for class paillierp.zkp.MultiplicationZKP
Computes a random encryption of αa where a is the message encrypted in ca.
multiply(BigInteger, long) - Method in class paillierp.AbstractPaillier
Calculates E(cons*m) given E(m) and the constant cons, under our current public key.
multiply(BigInteger, BigInteger) - Method in class paillierp.AbstractPaillier
Calculates E(cons*m) given E(m) and the constant cons, under our current public key.
multiply(BigInteger, BigInteger, BigInteger) - Static method in class paillierp.AbstractPaillier
Calculates E(cons*m) given E(m) and the constant cons, under the public key n for crypto system CSs.
multiplyProof(BigInteger, BigInteger) - Method in class paillierp.AbstractPaillier
Calculates E(cons*m) given E(m) and the constant cons, under our current public key.

A B C D E F G H I K L M N P R S T U V W Y Z