Agent SDK
|
Secret Share bucket implementation. More...
Public Member Functions | |
def | SetThreshold (self, threshold) |
Sets the threshold value for the bucket. More... | |
Public Attributes | |
threshold | |
(int) Number of bucket list key values that need to match in order to decrypt a Secret Share | |
Secret Share bucket implementation.
This class is a list of keys contained in the SecretShareData. The buckets group the key-value data and assign a threshold count - the number of keys in each bucket that must match in order to decrypt.
Access the keys just like any other list in Python. Use SetThreshold to assign the threshold value.
A list of this object should be returned from the GetBuckets() function of a SecretShareData object.
def ionicsdk.secretshare.SecretShareBucket.SetThreshold | ( | self, | |
threshold | |||
) |
Sets the threshold value for the bucket.
threshold | (int): The threshold to use |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2018 Ionic Security Inc. All rights reserved.
Generated on Tue Nov 27 2018 16:30:08 for Agent SDK by
1.8.12