Uses of Class
io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Packages that use DeviceKeys Package Description io.github.ma1uta.matrix.client.model.encryption Encryption API models. -
-
Uses of DeviceKeys in io.github.ma1uta.matrix.client.model.encryption
Fields in io.github.ma1uta.matrix.client.model.encryption declared as DeviceKeys Modifier and Type Field Description private DeviceKeys
UploadRequest. deviceKeys
Identity keys for the device.Fields in io.github.ma1uta.matrix.client.model.encryption with type parameters of type DeviceKeys Modifier and Type Field Description private Map<String,Map<String,DeviceKeys>>
QueryResponse. deviceKeys
Information on the queried devices.Methods in io.github.ma1uta.matrix.client.model.encryption that return DeviceKeys Modifier and Type Method Description DeviceKeys
UploadRequest. getDeviceKeys()
Methods in io.github.ma1uta.matrix.client.model.encryption that return types with arguments of type DeviceKeys Modifier and Type Method Description Map<String,Map<String,DeviceKeys>>
QueryResponse. getDeviceKeys()
Methods in io.github.ma1uta.matrix.client.model.encryption with parameters of type DeviceKeys Modifier and Type Method Description void
UploadRequest. setDeviceKeys(DeviceKeys deviceKeys)
Method parameters in io.github.ma1uta.matrix.client.model.encryption with type arguments of type DeviceKeys Modifier and Type Method Description void
QueryResponse. setDeviceKeys(Map<String,Map<String,DeviceKeys>> deviceKeys)
-