Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

Constructors in net.java.sip.communicator.impl.neomedia.transform.srtp with parameters of type SRTPPolicy
SRTCPCryptoContext(long ssrcIn, byte[] masterK, byte[] masterS, SRTPPolicy policyIn)
          Construct a normal SRTPCryptoContext based on the given parameters.
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.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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