Uses of Class
io.github.ma1uta.matrix.server.model.key.VerifyKey
-
Packages that use VerifyKey Package Description io.github.ma1uta.matrix.server.model.key Exchange key models. -
-
Uses of VerifyKey in io.github.ma1uta.matrix.server.model.key
Subclasses of VerifyKey in io.github.ma1uta.matrix.server.model.key Modifier and Type Class Description class
OldVerifyKey
Old verify key.Fields in io.github.ma1uta.matrix.server.model.key with type parameters of type VerifyKey Modifier and Type Field Description private Map<String,VerifyKey>
KeyResponse. verifyKeys
Public keys of the homeserver for verifying digital signatures.Methods in io.github.ma1uta.matrix.server.model.key that return types with arguments of type VerifyKey Modifier and Type Method Description Map<String,VerifyKey>
KeyResponse. getVerifyKeys()
Method parameters in io.github.ma1uta.matrix.server.model.key with type arguments of type VerifyKey Modifier and Type Method Description void
KeyResponse. setVerifyKeys(Map<String,VerifyKey> verifyKeys)
-