Uses of Class
io.github.ma1uta.matrix.server.model.federation.edu.content.nested.DeviceKeys
-
Packages that use DeviceKeys Package Description io.github.ma1uta.matrix.server.model.federation Federation models.io.github.ma1uta.matrix.server.model.federation.edu.content EDU content classes. -
-
Uses of DeviceKeys in io.github.ma1uta.matrix.server.model.federation
Subclasses of DeviceKeys in io.github.ma1uta.matrix.server.model.federation Modifier and Type Class Description classDeviceKeysWithUnsignedDevice keys with unsigned info.Fields in io.github.ma1uta.matrix.server.model.federation declared as DeviceKeys Modifier and Type Field Description private DeviceKeysUserDevice. keysRequired.Methods in io.github.ma1uta.matrix.server.model.federation that return DeviceKeys Modifier and Type Method Description DeviceKeysUserDevice. getKeys()Methods in io.github.ma1uta.matrix.server.model.federation with parameters of type DeviceKeys Modifier and Type Method Description voidUserDevice. setKeys(DeviceKeys keys) -
Uses of DeviceKeys in io.github.ma1uta.matrix.server.model.federation.edu.content
Fields in io.github.ma1uta.matrix.server.model.federation.edu.content declared as DeviceKeys Modifier and Type Field Description private DeviceKeysDeviceListUpdateContent. keysThe updated identity keys (if any) for this device.Methods in io.github.ma1uta.matrix.server.model.federation.edu.content that return DeviceKeys Modifier and Type Method Description DeviceKeysDeviceListUpdateContent. getKeys()Methods in io.github.ma1uta.matrix.server.model.federation.edu.content with parameters of type DeviceKeys Modifier and Type Method Description voidDeviceListUpdateContent. setKeys(DeviceKeys keys)
-