Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class SRTPProtectionProfile

java.lang.Object
  extended by org.bouncycastle.crypto.tls.SRTPProtectionProfile

public class SRTPProtectionProfile
extends java.lang.Object


Field Summary
static int SRTP_AES128_CM_HMAC_SHA1_32
           
static int SRTP_AES128_CM_HMAC_SHA1_80
           
static int SRTP_NULL_HMAC_SHA1_32
           
static int SRTP_NULL_HMAC_SHA1_80
           
 
Constructor Summary
SRTPProtectionProfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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
Constructor Detail

SRTPProtectionProfile

public SRTPProtectionProfile()

Bouncy Castle Cryptography Library 1.49