Definition
WebRTC Encoded Transform defines SFrameCipherSuite
// List of supported cipher suites, as defined in [[RFC9605]] section 4.5 and in https://datatracker.ietf.org/doc/draft-barnes-sframe-iana-256/.
enum SFrameCipherSuite {
"AES_128_CTR_HMAC_SHA256_80",
"AES_128_CTR_HMAC_SHA256_64",
"AES_128_CTR_HMAC_SHA256_32",
"AES_128_GCM_SHA256_128",
"AES_256_GCM_SHA512_128",
"AES_256_CTR_HMAC_SHA512_80",
"AES_256_CTR_HMAC_SHA512_64",
"AES_256_CTR_HMAC_SHA512_32"
};