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

A

a - Variable in class paillierp.zkp.MultiplicationZKP
A random encryption of E(xa) for chosen x.
AbstractPaillier - Class in paillierp
An abstract class of the simple Paillier cryptosystem.
AbstractPaillier() - Constructor for class paillierp.AbstractPaillier
 
add(BigInteger, BigInteger) - Method in class paillierp.AbstractPaillier
Calculates E(m1+m2) given E(m1) and E(m2).
add(BigInteger, BigInteger, BigInteger) - Static method in class paillierp.AbstractPaillier
Calculates E(m1+m2) given E(m1) and E(m2), for a given cryptosystem CSs with public key n
appendBigInt(byte[], BigInteger...) - Static method in class paillierp.ByteUtils
Returns a byte array where the first bytes are b, followed by each of bigIntegers in byte array form, each with its length encoded in 4 bytes.
appendInt(byte[], int...) - Static method in class paillierp.ByteUtils
Returns a byte array where the first bytes are b, followed by each of ints in 4-byte array form.

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