Agent SDK
|
Data class for storing device profile information (a.k.a. More...
Public Attributes | |
name | |
(string) The human readable name associated with this profile | |
deviceid | |
(string) Device ID generated by Ionic.com during registration | |
keyspace | |
(string) The device profile key space | |
server | |
(string): The Ionic.com server associated with this device profile | |
creationtimestampsecs | |
(int): The time at which this profile was created in UTC seconds since January 1, 1970 | |
aesCdIdcProfileKey | |
(bytes): The private AES key shared between client and Ionic.com | |
aesCdEiProfileKey | |
(bytes): The private AES key shared between client and EI (Enterprise Infrastructure) | |
Data class for storing device profile information (a.k.a.
SEP data).
This class stores device profile information which is the result of a successful device registration performed via Agent.createdevice().
A device profile is also known as a SEP (Secure Enrollment Profile).
Instance Variables:
name (string): The human readable name associated with this profile.
deviceid (string): Device ID generated by Ionic.com during registration that is performed by calling Agent.createdevice().
keyspace (string): The device profile key space.
server (string): The Ionic.com server associated with this device profile.
creationtimestampsecs (int): The time at which this profile was created in UTC seconds since January 1, 1970.
aesCdIdcProfileKey (bytes): The private AES key shared between client and Ionic.com.
aesCdEiProfileKey (bytes): The private AES key shared between client and EI (Enterprise Infrastructure).
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:06 for Agent SDK by
1.8.12