Package org.bouncycastle.tls
Class SRTPProtectionProfile
- java.lang.Object
-
- org.bouncycastle.tls.SRTPProtectionProfile
-
public class SRTPProtectionProfile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDOUBLE_AEAD_AES_128_GCM_AEAD_AES_128_GCMstatic intDOUBLE_AEAD_AES_256_GCM_AEAD_AES_256_GCMstatic intDRAFT_SRTP_AES256_CM_SHA1_32Removed by draft-ietf-avt-dtls-srtp-04.static intDRAFT_SRTP_AES256_CM_SHA1_80Removed by draft-ietf-avt-dtls-srtp-04.static intSRTP_AEAD_AES_128_GCMstatic intSRTP_AEAD_AES_256_GCMstatic intSRTP_AEAD_ARIA_128_GCMstatic intSRTP_AEAD_ARIA_256_GCMstatic intSRTP_AES128_CM_HMAC_SHA1_32static intSRTP_AES128_CM_HMAC_SHA1_80static intSRTP_ARIA_128_CTR_HMAC_SHA1_32static intSRTP_ARIA_128_CTR_HMAC_SHA1_80static intSRTP_ARIA_256_CTR_HMAC_SHA1_32static intSRTP_ARIA_256_CTR_HMAC_SHA1_80static intSRTP_NULL_HMAC_SHA1_32static intSRTP_NULL_HMAC_SHA1_80
-
Constructor Summary
Constructors Constructor Description SRTPProtectionProfile()
-
-
-
Field Detail
-
SRTP_AES128_CM_HMAC_SHA1_80
public static final int SRTP_AES128_CM_HMAC_SHA1_80
- See Also:
- Constant Field Values
-
SRTP_AES128_CM_HMAC_SHA1_32
public static final int SRTP_AES128_CM_HMAC_SHA1_32
- See Also:
- Constant Field Values
-
DRAFT_SRTP_AES256_CM_SHA1_80
public static final int DRAFT_SRTP_AES256_CM_SHA1_80
Removed by draft-ietf-avt-dtls-srtp-04. IANA: Unassigned.- See Also:
- Constant Field Values
-
DRAFT_SRTP_AES256_CM_SHA1_32
public static final int DRAFT_SRTP_AES256_CM_SHA1_32
Removed by draft-ietf-avt-dtls-srtp-04. IANA: Unassigned.- See Also:
- Constant Field Values
-
SRTP_NULL_HMAC_SHA1_80
public static final int SRTP_NULL_HMAC_SHA1_80
- See Also:
- Constant Field Values
-
SRTP_NULL_HMAC_SHA1_32
public static final int SRTP_NULL_HMAC_SHA1_32
- See Also:
- Constant Field Values
-
SRTP_AEAD_AES_128_GCM
public static final int SRTP_AEAD_AES_128_GCM
- See Also:
- Constant Field Values
-
SRTP_AEAD_AES_256_GCM
public static final int SRTP_AEAD_AES_256_GCM
- See Also:
- Constant Field Values
-
DOUBLE_AEAD_AES_128_GCM_AEAD_AES_128_GCM
public static final int DOUBLE_AEAD_AES_128_GCM_AEAD_AES_128_GCM
- See Also:
- Constant Field Values
-
DOUBLE_AEAD_AES_256_GCM_AEAD_AES_256_GCM
public static final int DOUBLE_AEAD_AES_256_GCM_AEAD_AES_256_GCM
- See Also:
- Constant Field Values
-
SRTP_ARIA_128_CTR_HMAC_SHA1_80
public static final int SRTP_ARIA_128_CTR_HMAC_SHA1_80
- See Also:
- Constant Field Values
-
SRTP_ARIA_128_CTR_HMAC_SHA1_32
public static final int SRTP_ARIA_128_CTR_HMAC_SHA1_32
- See Also:
- Constant Field Values
-
SRTP_ARIA_256_CTR_HMAC_SHA1_80
public static final int SRTP_ARIA_256_CTR_HMAC_SHA1_80
- See Also:
- Constant Field Values
-
SRTP_ARIA_256_CTR_HMAC_SHA1_32
public static final int SRTP_ARIA_256_CTR_HMAC_SHA1_32
- See Also:
- Constant Field Values
-
SRTP_AEAD_ARIA_128_GCM
public static final int SRTP_AEAD_ARIA_128_GCM
- See Also:
- Constant Field Values
-
SRTP_AEAD_ARIA_256_GCM
public static final int SRTP_AEAD_ARIA_256_GCM
- See Also:
- Constant Field Values
-
-