hcPartyKeys property

Map<String, List<String>> hcPartyKeys
getter/setter pair

For each couple of HcParties (delegator and delegate), this map contains the exchange AES key. The delegator is always this hcp, the key of the map is the id of the delegate. The AES exchange key is encrypted using RSA twice : once using this hcp public key (index 0 in the Array) and once using the other hcp public key (index 1 in the Array). For a pair of HcParties. Each HcParty always has one AES exchange key for himself.

Implementation

Map<String, List<String>> hcPartyKeys;