Agora Java API Reference for Android
|
Public Member Functions | |
RtmEncryptionConfig () | |
RtmEncryptionConfig (RtmEncryptionMode mode, String key, byte[] salt) | |
void | setEncryptionMode (RtmEncryptionMode mode) |
void | setEncryptionKey (String key) |
void | setEncryptionSalt (byte[] salt) |
int | getEncryptionMode () |
String | getEncryptionKey () |
byte[] | getEncryptionSalt () |
String | toString () |
encryption configuration
io.agora.rtm.RtmEncryptionConfig.RtmEncryptionConfig | ( | ) |
io.agora.rtm.RtmEncryptionConfig.RtmEncryptionConfig | ( | RtmEncryptionMode | mode, |
String | key, | ||
byte[] | salt | ||
) |
Creates a new instance of
with specifies parameters.
mode | The encryption mode |
key | The encryption key |
salt | The encryption salt |