Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
Classes
ionicsdk.common Namespace Reference

Classes

class  DeviceProfile
 Data class for storing device profile information (also known as SEP data). More...
 
class  DeviceProfileList
 List of DeviceProfiles. More...
 
class  DeviceProfilePersistorAesGcmFile
 AES/GCM protected device profile persistor implementation. More...
 
class  DeviceProfilePersistorBase
 Abstract class used to load and save device profiles. More...
 
class  DeviceProfilePersistorDefault
 Default device profile persistor implementation. More...
 
class  DeviceProfilePersistorLinux
 Linux file permission protected device profile persistor implementation. More...
 
class  DeviceProfilePersistorMac
 Mac keychain protected device profile persistor implementation. More...
 
class  DeviceProfilePersistorPasswordFile
 Password protected device profile persistor implementation. More...
 
class  DeviceProfilePersistorPlaintextFile
 Plaintext device profile persistor implementation. More...
 
class  DeviceProfilePersistorWindows
 Windows DPAPI protected device profile persistor implementation. More...
 
class  KeyAttributesDict
 Default Dictionary of string Attribute names with lists of string values. More...
 
class  KeyData
 Defines a data protection key as returned by Ionic.com. More...
 
class  KeyDataList
 List of keys with convenience functions for searching. More...
 
class  KeyObligationsDict
 Default Dictionary of string Obligation names with lists of string values. More...
 
class  MetadataDict
 Dictionary of string to string. More...
 
class  RefKeyData
 Defines a data protection key as returned by Ionic.com. More...
 
class  RefKeyDataList
 List of keys and associated references with convenience functions for searching. More...
 
class  SecretShareProfilePersistor
 Secret Share device profile persistor implementation. More...
 
class  UpdateKeyData
 Defines a data protection key as returned by Ionic.com. More...
 
class  UpdateKeyDataList
 List of pdate keys with convenience functions for searching. More...
 

Detailed Description

Common data structures used by IonicSDK modules