Uses of Class
io.github.ma1uta.matrix.server.model.federation.DeviceKeysWithUnsigned
-
Packages that use DeviceKeysWithUnsigned Package Description io.github.ma1uta.matrix.server.model.federation Federation models. -
-
Uses of DeviceKeysWithUnsigned in io.github.ma1uta.matrix.server.model.federation
Fields in io.github.ma1uta.matrix.server.model.federation with type parameters of type DeviceKeysWithUnsigned Modifier and Type Field Description private Map<String,Map<String,DeviceKeysWithUnsigned>>
KeyQueryResponse. deviceKeys
Required.Methods in io.github.ma1uta.matrix.server.model.federation that return types with arguments of type DeviceKeysWithUnsigned Modifier and Type Method Description Map<String,Map<String,DeviceKeysWithUnsigned>>
KeyQueryResponse. getDeviceKeys()
Method parameters in io.github.ma1uta.matrix.server.model.federation with type arguments of type DeviceKeysWithUnsigned Modifier and Type Method Description void
KeyQueryResponse. setDeviceKeys(Map<String,Map<String,DeviceKeysWithUnsigned>> deviceKeys)
-