Uses of Class
io.github.ma1uta.matrix.server.model.key.KeyResponse
-
Packages that use KeyResponse Package Description io.github.ma1uta.matrix.server.model.key Exchange key models. -
-
Uses of KeyResponse in io.github.ma1uta.matrix.server.model.key
Fields in io.github.ma1uta.matrix.server.model.key with type parameters of type KeyResponse Modifier and Type Field Description private List<KeyResponse>
QueryResponse. serverKeys
Server keys.Methods in io.github.ma1uta.matrix.server.model.key that return types with arguments of type KeyResponse Modifier and Type Method Description List<KeyResponse>
QueryResponse. getServerKeys()
Method parameters in io.github.ma1uta.matrix.server.model.key with type arguments of type KeyResponse Modifier and Type Method Description void
QueryResponse. setServerKeys(List<KeyResponse> serverKeys)
-