Uses of Class
io.github.ma1uta.matrix.server.model.key.OldVerifyKey
-
Packages that use OldVerifyKey Package Description io.github.ma1uta.matrix.server.model.key Exchange key models. -
-
Uses of OldVerifyKey in io.github.ma1uta.matrix.server.model.key
Fields in io.github.ma1uta.matrix.server.model.key with type parameters of type OldVerifyKey Modifier and Type Field Description private Map<String,OldVerifyKey>
KeyResponse. oldVerifyKeys
The public keys that the server used to use and when it stopped using them.Methods in io.github.ma1uta.matrix.server.model.key that return types with arguments of type OldVerifyKey Modifier and Type Method Description Map<String,OldVerifyKey>
KeyResponse. getOldVerifyKeys()
Method parameters in io.github.ma1uta.matrix.server.model.key with type arguments of type OldVerifyKey Modifier and Type Method Description void
KeyResponse. setOldVerifyKeys(Map<String,OldVerifyKey> oldVerifyKeys)
-