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 UnsignedDeviceInfoDeviceKeys. unsignedDeviceInfoAdditional 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 UnsignedDeviceInfoDeviceKeys. getUnsignedDeviceInfo()Methods in io.github.ma1uta.matrix.client.model.encryption with parameters of type UnsignedDeviceInfo Modifier and Type Method Description voidDeviceKeys. setUnsignedDeviceInfo(UnsignedDeviceInfo unsignedDeviceInfo)
-