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