Package edu.fiu.adwise.homomorphic_encryption.paillier


package edu.fiu.adwise.homomorphic_encryption.paillier
  • Class
    Description
    This class implements the Paillier cryptosystem, which supports homomorphic encryption operations on BigInteger values.
    This interface represents a Paillier key used in the Paillier cryptosystem.
    This class is responsible for generating Paillier key pairs (public and private keys) used in the Paillier cryptosystem.
    This class represents a private key in the Paillier cryptosystem.
    Represents the public key for the Paillier cryptosystem.
    This class provides methods for signing and verifying messages using the Paillier cryptosystem.