| 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. |