Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
|
Abstract class used to load and save device profiles. More...
Public Member Functions | |
def | __init__ (self) |
Constructs a persistor with default values. | |
def | getversion (self) |
Gets the profile persistor verion to use, or an empty value if a default will be used. More... | |
def | setversion (self, version) |
Sets the profile persistor verion to use. More... | |
Abstract class used to load and save device profiles.
This class provides the interface required for all device profile persistor implementations (e.g. DeviceProfilePersistorDefault, DeviceProfilePersistorAesGcm). A device profile persistor is responsible for loading and saving device profile objects (DeviceProfile).
The default implementation (DeviceProfilePersistorDefault) is typically sufficient for most desktop application environments. Another commonly used secure implementation is DeviceProfilePersistorAesGcmFile.
def ionicsdk.common.DeviceProfilePersistorBase.getversion | ( | self | ) |
Gets the profile persistor verion to use, or an empty value if a default will be used.
def ionicsdk.common.DeviceProfilePersistorBase.setversion | ( | self, | |
version | |||
) |
Sets the profile persistor verion to use.
An empty value will have a default be used.
version | (string) value to use to pick the version, or empty for a default version. |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2021 Ionic Security Inc. All rights reserved. -
Generated on Wed Jul 21 2021 16:23:36 for Machina Client SDK Version 2.1.2 by
1.8.18