Agent SDK
|
Secret Share persistor implementation. More...
Public Member Functions | |
def | SetFilePath (self, filePath) |
Sets the encrypted secret share file path. More... | |
def | GetKey (self) |
Generate (first call) or Retrieve (subsequent calls) a key. More... | |
Secret Share persistor implementation.
This class uses a SecretShareData object to populate data. (See SecretShareData)
DO NOT use the provided SecretShareData class alone. You must subclass the provided class and add a GetData() and GetBuckets() method.
A secret share persistor allows a user to generate and recover a key based on groups of key-value data of which only a threshold amount of each group must match in order to recover the key.
NOTE: The secret share persistor will query the SecretShareData each time a key is requested.
def ionicsdk.secretshare.SecretSharePersistor.GetKey | ( | self | ) |
Generate (first call) or Retrieve (subsequent calls) a key.
def ionicsdk.secretshare.SecretSharePersistor.SetFilePath | ( | self, | |
filePath | |||
) |
Sets the encrypted secret share file path.
filePath | (string): The file path 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