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) const | helib::PubKey | |
Encrypt(Ctxt &ctxt, const EncodedPtxt &eptxt) const | helib::PubKey | virtual |
Encrypt(Ctxt &ctxt, const EncodedPtxt_BGV &eptxt) const | helib::PubKey | virtual |
Encrypt(Ctxt &ctxt, const EncodedPtxt_CKKS &eptxt) const | helib::PubKey | virtual |
Encrypt(Ctxt &ciphertxt, const Ptxt< BGV > &plaintxt) const | helib::PubKey | |
Encrypt(Ctxt &ciphertxt, const Ptxt< CKKS > &plaintxt) 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()=delete | helib::PubKey | |
PubKey(const Context &_context) | helib::PubKey | explicit |
PubKey(const PubKey &other) | helib::PubKey | |
readFrom(std::istream &str, const Context &context) | helib::PubKey | static |
readFromJSON(std::istream &str, const Context &context) | helib::PubKey | static |
readFromJSON(const JsonWrapper &j, const Context &context) | helib::PubKey | static |
readJSON(std::istream &str) | helib::PubKey | |
readJSON(const JsonWrapper &j) | helib::PubKey | |
reCrypt(Ctxt &ctxt) const | helib::PubKey | |
SecKey class | helib::PubKey | friend |
setKeySwitchMap(long keyId=0) | helib::PubKey | |
setKSStrategy(long dim, int val) | helib::PubKey | |
thinReCrypt(Ctxt &ctxt) const | helib::PubKey | |
typeName | helib::PubKey | static |
writeTo(std::ostream &str) const | helib::PubKey | |
writeToJSON(std::ostream &str) const | helib::PubKey | |
writeToJSON() const | helib::PubKey | |
~PubKey()=default | helib::PubKey | virtual |