Uses of Class
io.github.ma1uta.matrix.event.nested.CiphertextInfo
-
Packages that use CiphertextInfo Package Description io.github.ma1uta.matrix.event.encrypted Event encrypted messages. -
-
Uses of CiphertextInfo in io.github.ma1uta.matrix.event.encrypted
Fields in io.github.ma1uta.matrix.event.encrypted with type parameters of type CiphertextInfo Modifier and Type Field Description private Map<String,CiphertextInfo>
OlmEncryptedContent. ciphertext
Required.Methods in io.github.ma1uta.matrix.event.encrypted that return types with arguments of type CiphertextInfo Modifier and Type Method Description Map<String,CiphertextInfo>
OlmEncryptedContent. getCiphertext()
Method parameters in io.github.ma1uta.matrix.event.encrypted with type arguments of type CiphertextInfo Modifier and Type Method Description void
OlmEncryptedContent. setCiphertext(Map<String,CiphertextInfo> ciphertext)
-