Class SrtpProtectionProfile
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class SrtpProtectionProfile
- Inheritance
-
SrtpProtectionProfile
- Inherited Members
-
Fields
SRTP_AEAD_AES_128_GCM
public const int SRTP_AEAD_AES_128_GCM = 7
Field Value
- int
SRTP_AEAD_AES_256_GCM
public const int SRTP_AEAD_AES_256_GCM = 8
Field Value
- int
SRTP_AES128_CM_HMAC_SHA1_32
public const int SRTP_AES128_CM_HMAC_SHA1_32 = 2
Field Value
- int
SRTP_AES128_CM_HMAC_SHA1_80
public const int SRTP_AES128_CM_HMAC_SHA1_80 = 1
Field Value
- int
SRTP_NULL_HMAC_SHA1_32
public const int SRTP_NULL_HMAC_SHA1_32 = 6
Field Value
- int
SRTP_NULL_HMAC_SHA1_80
public const int SRTP_NULL_HMAC_SHA1_80 = 5
Field Value
- int