javax.media.rtp
Class EncryptionInfo

java.lang.Object
  extended by javax.media.rtp.EncryptionInfo
All Implemented Interfaces:
java.io.Serializable

public class EncryptionInfo
extends java.lang.Object
implements java.io.Serializable

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
static int DES
           
static int MD5
           
static int NO_ENCRYPTION
           
static int TRIPLE_DES
           
static int XOR
           
 
Constructor Summary
EncryptionInfo(int type, byte[] key)
           
 
Method Summary
 byte[] getKey()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ENCRYPTION

public static final int NO_ENCRYPTION
See Also:
Constant Field Values

XOR

public static final int XOR
See Also:
Constant Field Values

MD5

public static final int MD5
See Also:
Constant Field Values

DES

public static final int DES
See Also:
Constant Field Values

TRIPLE_DES

public static final int TRIPLE_DES
See Also:
Constant Field Values
Constructor Detail

EncryptionInfo

public EncryptionInfo(int type,
                      byte[] key)
Method Detail

getType

public int getType()

getKey

public byte[] getKey()