Uses of Class
ch.imvs.sdes4j.srtp.SrtpSessionParam
-
Packages that use SrtpSessionParam Package Description ch.imvs.sdes4j.srtp -
-
Uses of SrtpSessionParam in ch.imvs.sdes4j.srtp
Subclasses of SrtpSessionParam in ch.imvs.sdes4j.srtp Modifier and Type Class Description classFecKeySessionParamFEC_KEY signals the use of separate master key(s) for a Forward Error Correction (FEC) stream.classFecOrderSessionParamFEC_ORDER signals the use of forward error correction for the RTP packets [RFC2733].classKdrSessionParamKDR specifies the Key Derivation Rate, as described in Section 4.3.1 of [RFC3711].classNoAuthSessionParamSRTP and SRTCP packet payloads are authenticated by default.classPlainSrtcpSessionParamSRTP and SRTCP packet payloads are encrypted by default.classPlainSrtpSessionParamSRTP and SRTCP packet payloads are encrypted by default.classWshSessionParamSRTP defines the SRTP-WINDOW-SIZE [RFC3711, Section 3.3.2] parameter to protect against replay attacks.Methods in ch.imvs.sdes4j.srtp that return SrtpSessionParam Modifier and Type Method Description static SrtpSessionParamSrtpSessionParam. create(java.lang.String param)Creates instances from the text based representation of SRTP session parameters.SrtpSessionParamSrtpSDesFactory. createSessionParam(java.lang.String sessionParam)SrtpSessionParam[]SrtpSDesFactory. createSessionParamArray(int size)SrtpSessionParam[]SrtpCryptoAttribute. getSessionParams()Methods in ch.imvs.sdes4j.srtp with parameters of type SrtpSessionParam Modifier and Type Method Description SrtpCryptoAttributeSrtpSDesFactory. createCryptoAttribute(int tag, java.lang.String keyAlg, SrtpSessionParam[] params)Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.Constructors in ch.imvs.sdes4j.srtp with parameters of type SrtpSessionParam Constructor Description SrtpCryptoAttribute(int tag, SrtpCryptoSuite cryptoSuite, SrtpKeyParam[] keyParams, SrtpSessionParam[] sessionParams)Creates a crypto attribute from already instantiated objects.
-