Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class SRTPProtectionProfile

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.SRTPProtectionProfile

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class SRTPProtectionProfile
extends java.lang.Object


Field Summary
static int SRTP_AEAD_AES_128_GCM
          Deprecated.  
static int SRTP_AEAD_AES_256_GCM
          Deprecated.  
static int SRTP_AES128_CM_HMAC_SHA1_32
          Deprecated.  
static int SRTP_AES128_CM_HMAC_SHA1_80
          Deprecated.  
static int SRTP_NULL_HMAC_SHA1_32
          Deprecated.  
static int SRTP_NULL_HMAC_SHA1_80
          Deprecated.  
 
Constructor Summary
SRTPProtectionProfile()
          Deprecated.  
 
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
Deprecated. 

SRTP_AES128_CM_HMAC_SHA1_32

public static final int SRTP_AES128_CM_HMAC_SHA1_32
Deprecated. 

SRTP_NULL_HMAC_SHA1_80

public static final int SRTP_NULL_HMAC_SHA1_80
Deprecated. 

SRTP_NULL_HMAC_SHA1_32

public static final int SRTP_NULL_HMAC_SHA1_32
Deprecated. 

SRTP_AEAD_AES_128_GCM

public static final int SRTP_AEAD_AES_128_GCM
Deprecated. 

SRTP_AEAD_AES_256_GCM

public static final int SRTP_AEAD_AES_256_GCM
Deprecated. 
Constructor Detail

SRTPProtectionProfile

public SRTPProtectionProfile()
Deprecated. 

Bouncy Castle Cryptography Library 1.64