SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

Package net.java.sip.communicator.impl.media.transform.srtp

Interface Summary
SRTPCipher SRTPCipher interface describes the abstract requirement for SRTP encryption algorithm.
 

Class Summary
PacketManipulator PacketManipulator contains methods for parsing RTP packets.
SRTCPTransformer SRTCPTransformer implements PacketTransformer.
SRTPCipherCTR SRTPCipherCTR implements SRTP Counter Mode AES Encryption (AES-CM).
SRTPCipherF8 SRTPCipherF8 implements SRTP F8 Mode AES Encryption (AES-f8).
SRTPCipherF8.F8Context F8 mode encryption context, see RFC3711 section 4.1.2 for detailed description.
SRTPCryptoContext SRTPCryptoContext class is the core class of SRTP implementation.
SRTPPolicy SRTPPolicy holds the SRTP encryption / authentication policy of a SRTP session.
SRTPTransformEngine SRTPTransformEngine class implements TransformEngine interface.
SRTPTransformer SRTPTransformer implements PacketTransformer and provides implementations for RTP packet to SRTP packet transformation and SRTP packet to RTP packet transformation logic.
 


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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