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

I

id - Variable in class paillierp.key.PaillierPrivateThresholdKey
The server's id in the range of [1, l].
id - Variable in class paillierp.PartialDecryption
The ID number of the decryption server who decrypted this.
inModN(BigInteger, BigInteger) - Static method in class paillierp.key.PaillierKey
Checks if a given number is in Zn.
inModN(BigInteger) - Method in class paillierp.key.PaillierKey
Checks if a given number is in Zn.
inModNS(BigInteger) - Method in class paillierp.key.PaillierKey
Checks if a given number is in Zns.
inModNSPlusOne(BigInteger) - Method in class paillierp.key.PaillierKey
Checks if a given number is in Zn2.
inModNSPlusOneStar(BigInteger) - Method in class paillierp.key.PaillierKey
Checks if a given number is in Z*n2.
inModNStar(BigInteger, BigInteger) - Static method in class paillierp.key.PaillierKey
Checks if a given number is in Z*n.
inModNStar(BigInteger) - Method in class paillierp.key.PaillierKey
Checks if a given number is in Z*n.
intToByte(int) - Static method in class paillierp.ByteUtils
Converts an integer into its 4-byte equivalent in Big-endan form.
isCiphertext(BigInteger) - Method in class paillierp.key.PaillierKey
Checks to see if c is a valid ciphertext, that is if it is in Zns+1.
isPlaintext(BigInteger) - Method in class paillierp.key.PaillierKey
Checks to see if m is a valid plaintext, that is if it is in Zns.

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