Uses of Class
io.github.ma1uta.matrix.event.nested.EncryptedFile
-
Packages that use EncryptedFile Package Description io.github.ma1uta.matrix.event.message Room message classes.io.github.ma1uta.matrix.event.nested Event content internal objects. -
-
Uses of EncryptedFile in io.github.ma1uta.matrix.event.message
Fields in io.github.ma1uta.matrix.event.message declared as EncryptedFile Modifier and Type Field Description private EncryptedFile
Audio. file
Required if the file is encrypted.private EncryptedFile
File. file
Required if the file is encrypted.private EncryptedFile
Image. file
Required if the file is encrypted.private EncryptedFile
Video. file
Required if the file is encrypted.Methods in io.github.ma1uta.matrix.event.message that return EncryptedFile Modifier and Type Method Description EncryptedFile
Audio. getFile()
EncryptedFile
File. getFile()
EncryptedFile
Image. getFile()
EncryptedFile
Video. getFile()
Methods in io.github.ma1uta.matrix.event.message with parameters of type EncryptedFile Modifier and Type Method Description void
Audio. setFile(EncryptedFile file)
void
File. setFile(EncryptedFile file)
void
Image. setFile(EncryptedFile file)
void
Video. setFile(EncryptedFile file)
-
Uses of EncryptedFile in io.github.ma1uta.matrix.event.nested
Fields in io.github.ma1uta.matrix.event.nested declared as EncryptedFile Modifier and Type Field Description private EncryptedFile
FileInfo. thumbnailFile
Information on the encrypted thumbnail file, as specified in End-to-end encryption.private EncryptedFile
LocationInfo. thumbnailFile
Information on the encrypted thumbnail file, as specified in End-to-end encryption.Methods in io.github.ma1uta.matrix.event.nested that return EncryptedFile Modifier and Type Method Description EncryptedFile
FileInfo. getThumbnailFile()
EncryptedFile
LocationInfo. getThumbnailFile()
Methods in io.github.ma1uta.matrix.event.nested with parameters of type EncryptedFile Modifier and Type Method Description void
FileInfo. setThumbnailFile(EncryptedFile thumbnailFile)
void
LocationInfo. setThumbnailFile(EncryptedFile thumbnailFile)
-