privateKeyShamirPartitions property

Map<String, String> privateKeyShamirPartitions
getter/setter pair

The privateKeyShamirPartitions are used to share this hcp's private RSA key with a series of other hcParties using Shamir's algorithm. The key of the map is the hcp Id with whom this partition has been shared. The value is "threshold⎮partition in hex" encrypted using the the partition's holder's public RSA key

Implementation

Map<String, String> privateKeyShamirPartitions;