Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.transform.sdes
Class SDesTransformEngine

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.transform.srtp.AsymmetricSRTPTransformer
      extended by net.java.sip.communicator.impl.neomedia.transform.sdes.SDesTransformEngine
All Implemented Interfaces:
TransformEngine

public class SDesTransformEngine
extends AsymmetricSRTPTransformer

PacketTransformer for SDES based SRTP encryption.

Author:
Ingo Bauersachs

Constructor Summary
SDesTransformEngine(SDesControlImpl sDesControl)
          Creates a new instance of this class.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.impl.neomedia.transform.srtp.AsymmetricSRTPTransformer
close, getRTCPTransformer, getRTPTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDesTransformEngine

public SDesTransformEngine(SDesControlImpl sDesControl)
Creates a new instance of this class.

Parameters:
sDesControl - The control that supplies the key material.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.