Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class UseSRTPData

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

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

public class UseSRTPData
extends java.lang.Object

RFC 5764 4.1.1


Field Summary
protected  byte[] mki
          Deprecated.  
protected  int[] protectionProfiles
          Deprecated.  
 
Constructor Summary
UseSRTPData(int[] protectionProfiles, byte[] mki)
          Deprecated.  
 
Method Summary
 byte[] getMki()
          Deprecated.  
 int[] getProtectionProfiles()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protectionProfiles

protected int[] protectionProfiles
Deprecated. 

mki

protected byte[] mki
Deprecated. 
Constructor Detail

UseSRTPData

public UseSRTPData(int[] protectionProfiles,
                   byte[] mki)
Deprecated. 
Parameters:
protectionProfiles - see SRTPProtectionProfile for valid constants.
mki - valid lengths from 0 to 255.
Method Detail

getProtectionProfiles

public int[] getProtectionProfiles()
Deprecated. 
Returns:
see SRTPProtectionProfile for valid constants.

getMki

public byte[] getMki()
Deprecated. 
Returns:
valid lengths from 0 to 255.

Bouncy Castle Cryptography Library 1.64