Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.internal.EncryptionConfig.EncryptionMode Enum Reference

Public Member Functions

int getValue ()
 

Public Attributes

 SM4_128_ECB =(4)
 
 AES_128_GCM2 =(7)
 
 AES_256_GCM2 =(8)
 
 MODE_END =(9)
 

Member Data Documentation

◆ SM4_128_ECB

io.agora.rtc2.internal.EncryptionConfig.EncryptionMode.SM4_128_ECB =(4)

4: 128-bit SM4 encryption, ECB mode.

◆ AES_128_GCM2

io.agora.rtc2.internal.EncryptionConfig.EncryptionMode.AES_128_GCM2 =(7)

7: (Default) 128-bit AES encryption, GCM mode, with KDF salt.

◆ AES_256_GCM2

io.agora.rtc2.internal.EncryptionConfig.EncryptionMode.AES_256_GCM2 =(8)

8: 256-bit AES encryption, GCM mode, with KDF salt.