Uses of Class
io.github.ma1uta.matrix.event.nested.PublicKeys
-
Packages that use PublicKeys Package Description io.github.ma1uta.matrix.event.content Event content classes. -
-
Uses of PublicKeys in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content with type parameters of type PublicKeys Modifier and Type Field Description private List<PublicKeys>
RoomThirdPartyInviteContent. publicKeys
Keys with which the token may be signed.Methods in io.github.ma1uta.matrix.event.content that return types with arguments of type PublicKeys Modifier and Type Method Description List<PublicKeys>
RoomThirdPartyInviteContent. getPublicKeys()
Method parameters in io.github.ma1uta.matrix.event.content with type arguments of type PublicKeys Modifier and Type Method Description void
RoomThirdPartyInviteContent. setPublicKeys(List<PublicKeys> publicKeys)
-