Agent SDK
Public Member Functions | Public Attributes | List of all members
ionicsdk.common.KeyData Class Reference

Defines a data protection key as returned by Ionic.com. More...

Inheritance diagram for ionicsdk.common.KeyData:
ionicsdk.common.UpdateKeyData

Public Member Functions

def Debug (self)
 Get a debugging string representation of the instance. More...
 

Public Attributes

 id
 (string) The key ID
 
 bytes
 (bytes) The key
 
 attributes
 (KeyAttributesDict) The key non-mutable attributes
 
 mutableAttributes
 (KeyAttributesDict) The key mutable attributes
 
 obligations
 (KeyObligationsDict) The key obligations
 
 origin
 (string) The key origin, usually a URL
 
 mutableAttributesFromServer
 (KeyAttributesDict) The key mutable attributes from the server version
 
 attributesSigBase64FromServer
 (string) Base 64 encoded signature of the server's non-mutable attributes
 
 mutableAttributesSigBase64FromServer
 (string) Base 64 encoded signature of the server's mutable attributes
 

Detailed Description

Defines a data protection key as returned by Ionic.com.

Member Function Documentation

§ Debug()

def ionicsdk.common.KeyData.Debug (   self)

Get a debugging string representation of the instance.

Returns
A string describing the instance

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