SrtpSuite
public enum SrtpSuite : Int
Enum describing type of SRTP encryption suite.
-
Declaration
Swift
case AESCM128HMACSHA180 = 0
-
Declaration
Swift
case AESCM128HMACSHA132 = 1
-
Declaration
Swift
case AES192CMHMACSHA180 = 2
-
Declaration
Swift
case AES192CMHMACSHA132 = 3
-
Declaration
Swift
case AES256CMHMACSHA180 = 4
-
Declaration
Swift
case AES256CMHMACSHA132 = 5
-
Declaration
Swift
case AEADAES128GCM = 6
-
Declaration
Swift
case AEADAES256GCM = 7
-
Declaration
Swift
case Invalid = 255