ifm3dpy.device.O3RSealedBox
- class ifm3dpy.device.O3RSealedBox
Bases:
objectThe O3RSealedBox class provides access to the SealedBox. The SealedBox is used to for accessing the password protected features of the device
Methods
get_public_key(self)Get the public key of the device used for sending encrypted messages
is_password_protected(self)Returns whether the device is password protected
remove_password(self, password)Removes the password protection from the device
set(self, password, configuration)Sets the configuration of the device.
set_password(self, new_password[, old_password])Locks the password for the device.
- get_public_key(self: O3RSealedBox) ndarray
Get the public key of the device used for sending encrypted messages
- Returns
The public key of the device
- Return type
- is_password_protected(self: O3RSealedBox) bool
Returns whether the device is password protected
- remove_password(self: O3RSealedBox, password: str) None
Removes the password protection from the device
- Parameters
password (
str) – The current password for the device
- set(self: O3RSealedBox, password: str, configuration: dict) None
Sets the configuration of the device. This allows setting password protected parameters.