Client SDK Version 1.8.1
Ionic Security client SDK for Python users
|
Secret Share bucket implementation. More...
Public Member Functions | |
def | __init__ (self) |
Base class constructor for custom Secret Share Bucket. | |
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-2020 Ionic Security Inc. All rights reserved.
Generated on Mon Oct 5 2020 11:07:00 for Client SDK Version 1.8.1 by
1.8.18