Uses of Class
io.github.ma1uta.matrix.client.model.encryption.UnsignedDeviceInfo
-
Packages that use UnsignedDeviceInfo Package Description io.github.ma1uta.matrix.client.model.encryption Encryption API models. -
-
Uses of UnsignedDeviceInfo in io.github.ma1uta.matrix.client.model.encryption
Fields in io.github.ma1uta.matrix.client.model.encryption declared as UnsignedDeviceInfo Modifier and Type Field Description private UnsignedDeviceInfo
DeviceKeys. unsignedDeviceInfo
Additional data added to the device key information by intermediate servers, and not covered by the signatures.Methods in io.github.ma1uta.matrix.client.model.encryption that return UnsignedDeviceInfo Modifier and Type Method Description UnsignedDeviceInfo
DeviceKeys. getUnsignedDeviceInfo()
Methods in io.github.ma1uta.matrix.client.model.encryption with parameters of type UnsignedDeviceInfo Modifier and Type Method Description void
DeviceKeys. setUnsignedDeviceInfo(UnsignedDeviceInfo unsignedDeviceInfo)
-