|
* @param masterKey byte array holding the master key for this SRTP |
and
|
* @param masterSalt byte array holding the master salt for this SRTP |
The masterKey must be masterK and masterSalt must be masterS; preferably the variables would be renamed, instead, to match the more meaningful names given in the Javadoc description.
libjitsi/src/org/jitsi/impl/neomedia/transform/srtp/SRTCPCryptoContext.java
Line 77 in 58f6195
and
libjitsi/src/org/jitsi/impl/neomedia/transform/srtp/SRTCPCryptoContext.java
Line 80 in 58f6195
The
masterKeymust bemasterKandmasterSaltmust bemasterS; preferably the variables would be renamed, instead, to match the more meaningful names given in the Javadoc description.