aesExchangeKeys property

Map<String, Map<String, Map<String, String>>> aesExchangeKeys
getter/setter pair

Extra AES exchange keys, usually the ones we lost access to at some point The structure is { publicKey: { delegateId: aesExKey_for_this, aesExKey_for_delegate } }

Implementation

Map<String, Map<String, Map<String, String>>> aesExchangeKeys;