Information about the encryption settings of rooms. Loads this information
from the supplied crypto store when init() is called, and saves it to the
crypto store whenever it is updated via setRoomEncryption(). Can supply
full information about a room's encryption via getRoomEncryption(), or just
answer whether or not a room has encryption via isRoomEncrypted.
Information about the encryption settings of rooms. Loads this information from the supplied crypto store when
init()
is called, and saves it to the crypto store whenever it is updated viasetRoomEncryption()
. Can supply full information about a room's encryption viagetRoomEncryption()
, or just answer whether or not a room has encryption viaisRoomEncrypted
.