Agent SDK
Public Attributes | List of all members
ionicsdk.common.DeviceProfilePersistorAesGcmFile Class Reference

AES/GCM protected device profile persistor implementation. More...

Inheritance diagram for ionicsdk.common.DeviceProfilePersistorAesGcmFile:
ionicsdk.common.DeviceProfilePersistorBase

Public Attributes

 filepath
 (unicode) File name and path where the encrypted JSON file will be located
 

Additional Inherited Members

- Public Member Functions inherited from ionicsdk.common.DeviceProfilePersistorBase
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...
 

Detailed Description

AES/GCM protected device profile persistor implementation.

This class provides a file-based device persistor that is protected by an encryption key.

The Additional Authenticated Data (AAD) provided in authdata must not be empty.


The documentation for this class was generated from the following file: