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

Uses of Class
net.java.sip.communicator.impl.media.transform.srtp.SRTPPolicy

Packages that use SRTPPolicy
net.java.sip.communicator.impl.media.transform   
net.java.sip.communicator.impl.media.transform.srtp   
 

Uses of SRTPPolicy in net.java.sip.communicator.impl.media.transform
 

Methods in net.java.sip.communicator.impl.media.transform with parameters of type SRTPPolicy
static TransformConnector TransformManager.createSRTPConnector(javax.media.rtp.SessionAddress addr, byte[] masterKey, byte[] masterSalt, SRTPPolicy srtpPolicy, SRTPPolicy srtcpPolicy)
          Create a SRTP TransformConnector, which will provide SRTP encryption / decryption functionality, using algorithms defined in RFC3711.
 

Uses of SRTPPolicy in net.java.sip.communicator.impl.media.transform.srtp
 

Methods in net.java.sip.communicator.impl.media.transform.srtp that return SRTPPolicy
 SRTPPolicy SRTPTransformEngine.getSRTCPPolicy()
          Get the SRTCP policy
 SRTPPolicy SRTPTransformEngine.getSRTPPolicy()
          Get the SRTP policy
 

Constructors in net.java.sip.communicator.impl.media.transform.srtp with parameters of type SRTPPolicy
SRTPCryptoContext(long ssrcIn, int rocIn, long kdr, byte[] masterK, byte[] masterS, SRTPPolicy policyIn)
          Construct a normal SRTPCryptoContext based on the given parameters.
SRTPTransformEngine(byte[] masterKey, byte[] masterSalt, SRTPPolicy srtpPolicy, SRTPPolicy srtcpPolicy)
          Construct a SRTPTransformEngine based on given master encryption key, master salt key and SRTP/SRTCP policy.
 


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

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