Package org.bouncycastle.tls
Class SRTPProtectionProfile
java.lang.Object
org.bouncycastle.tls.SRTPProtectionProfile
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
SRTP_AES128_CM_HMAC_SHA1_80
public static final int SRTP_AES128_CM_HMAC_SHA1_80- See Also:
-
SRTP_AES128_CM_HMAC_SHA1_32
public static final int SRTP_AES128_CM_HMAC_SHA1_32- See Also:
-
SRTP_NULL_HMAC_SHA1_80
public static final int SRTP_NULL_HMAC_SHA1_80- See Also:
-
SRTP_NULL_HMAC_SHA1_32
public static final int SRTP_NULL_HMAC_SHA1_32- See Also:
-
SRTP_AEAD_AES_128_GCM
public static final int SRTP_AEAD_AES_128_GCM- See Also:
-
SRTP_AEAD_AES_256_GCM
public static final int SRTP_AEAD_AES_256_GCM- See Also:
-
-
Constructor Details
-
SRTPProtectionProfile
public SRTPProtectionProfile()
-