
Retrieve all registered EvalAutomorphism key maps
Source:R/eval-key-map.R
get_all_eval_automorphism_keys.RdReads the entire CryptoContextImpl internal EvalAutomorphism
key map — a named R list keyed by secret-key tag, where each
element is an EvalKeyMap (the rotation/automorphism key map
for that party). Used for rotation and EvalAtIndex under the
EvalKeyMap wire format.
Value
A named list keyed by key-tag string. Each element
is an EvalKeyMap (opaque wrapper around
shared_ptr<map<uint32_t, EvalKey<DCRTPoly>>>).
See also
get_eval_automorphism_key_map() for per-tag
lookup, insert_eval_automorphism_key() for the write
path.