|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.media.transform.srtp.SRTCPTransformer
public class SRTCPTransformer
SRTCPTransformer implements PacketTransformer. It encapsulate the encryption / decryption logic for SRTCP packets This class is currently not used.
| Constructor Summary | |
|---|---|
SRTCPTransformer(SRTPTransformEngine engine)
Constructs a SRTCPTransformer object |
|
| Method Summary | |
|---|---|
RawPacket |
reverseTransform(RawPacket pkt)
Decrypt a SRTCP packet Currently SRTCP packet encryption / decryption is not supported So this method does not change the packet content |
RawPacket |
transform(RawPacket pkt)
Encrypt a SRTCP packet Currently SRTCP packet encryption / decryption is not supported So this method does not change the packet content |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SRTCPTransformer(SRTPTransformEngine engine)
engine - The associated SRTPTransformEngine object| Method Detail |
|---|
public RawPacket transform(RawPacket pkt)
transform in interface PacketTransformerpkt - plain SRTCP packet to be encrypted
public RawPacket reverseTransform(RawPacket pkt)
reverseTransform in interface PacketTransformerpkt - encrypted SRTCP packet to be decrypted
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||