helib::PubKey Member List
This is the complete list of members for helib::PubKey, including all inherited members.
CKKSencrypt(Ctxt &ciphertxt, const NTL::ZZX &plaintxt, double ptxtSize=1.0, double scaling=0.0) const | helib::PubKey | |
CKKSencrypt(Ctxt &ciphertxt, const zzX &plaintxt, double ptxtSize=1.0, double scaling=0.0) const | helib::PubKey | |
clear() | helib::PubKey | virtual |
Encrypt(Ctxt &ciphertxt, const NTL::ZZX &plaintxt, long ptxtSpace, bool highNoise) const | helib::PubKey | |
Encrypt(Ctxt &ciphertxt, const zzX &plaintxt, long ptxtSpace, bool highNoise) const | helib::PubKey | |
Encrypt(Ctxt &ciphertxt, const NTL::ZZX &plaintxt, long ptxtSpace=0) const | helib::PubKey | virtual |
Encrypt(Ctxt &ciphertxt, const zzX &plaintxt, long ptxtSpace=0) const | helib::PubKey | virtual |
Encrypt(Ctxt &ciphertxt, const Ptxt< Scheme > &plaintxt, long ptxtSpace=0) const | helib::PubKey | |
Encrypt(Ctxt &ciphertxt, const Ptxt< BGV > &plaintxt, long ptxtSpace) const | helib::PubKey | |
Encrypt(Ctxt &ciphertxt, const Ptxt< CKKS > &plaintxt, UNUSED long ptxtSpace) const | helib::PubKey | |
ePlusR(long p) | helib::PubKey | static |
getAnyKeySWmatrix(const SKHandle &from) const | helib::PubKey | |
getContext() const | helib::PubKey | |
getKeySWmatrix(const SKHandle &from, long toID=0) const | helib::PubKey | |
getKeySWmatrix(long fromSPower, long fromXPower, long fromID=0, long toID=0) const | helib::PubKey | |
getKSStrategy(long dim) const | helib::PubKey | |
getNextKSWmatrix(long fromXPower, long fromID=0) const | helib::PubKey | |
getPtxtSpace() const | helib::PubKey | |
getSKeyBound(long keyID=0) const | helib::PubKey | |
hackPtxtSpace(long p2r) | helib::PubKey | inline |
haveAnyKeySWmatrix(const SKHandle &from) const | helib::PubKey | |
haveKeySWmatrix(const SKHandle &from, long toID=0) const | helib::PubKey | |
haveKeySWmatrix(long fromSPower, long fromXPower, long fromID=0, long toID=0) const | helib::PubKey | |
isBootstrappable() const | helib::PubKey | |
isCKKS() const | helib::PubKey | |
isReachable(long k, long keyID=0) const | helib::PubKey | |
keyExists(long keyID) const | helib::PubKey | |
keySWlist() const | helib::PubKey | |
operator!=(const PubKey &other) const | helib::PubKey | |
operator<<(std::ostream &str, const PubKey &pk) | helib::PubKey | friend |
operator==(const PubKey &other) const | helib::PubKey | |
operator>>(std::istream &str, PubKey &pk) | helib::PubKey | friend |
PubKey() | helib::PubKey | |
PubKey(const Context &_context) | helib::PubKey | explicit |
PubKey(const PubKey &other) | helib::PubKey | |
reCrypt(Ctxt &ctxt) const | helib::PubKey | |
SecKey class | helib::PubKey | friend |
securityLevel() const | helib::PubKey | inline |
setKeySwitchMap(long keyId=0) | helib::PubKey | |
setKSStrategy(long dim, int val) | helib::PubKey | |
thinReCrypt(Ctxt &ctxt) const | helib::PubKey | |
void ::helib::readPubKeyBinary(std::istream &str, PubKey &pk) | helib::PubKey | |
void ::helib::writePubKeyBinary(std::ostream &str, const PubKey &pk) | helib::PubKey | |
~PubKey()=default | helib::PubKey | virtual |