Uses of Interface
ch.imvs.sdes4j.SessionParam
-
Packages that use SessionParam Package Description ch.imvs.sdes4j ch.imvs.sdes4j.srtp -
-
Uses of SessionParam in ch.imvs.sdes4j
Fields in ch.imvs.sdes4j declared as SessionParam Modifier and Type Field Description protected SessionParam[]CryptoAttribute. sessionParamsMethods in ch.imvs.sdes4j that return SessionParam Modifier and Type Method Description SessionParamSDesFactory. createSessionParam(java.lang.String sessionParam)Creates a session parameter instance for the grammar implementing this interface.SessionParam[]SDesFactory. createSessionParamArray(int size)Utility method to create a typed array ofSessionParams.SessionParam[]CryptoAttribute. getSessionParams()Gets the additional key parameters for this particular crypto attribute.Constructors in ch.imvs.sdes4j with parameters of type SessionParam Constructor Description CryptoAttribute(int tag, CryptoSuite cryptoSuite, KeyParam[] keyParams, SessionParam[] sessionParams)Creates a crypto attribute from already instantiated objects. -
Uses of SessionParam in ch.imvs.sdes4j.srtp
Classes in ch.imvs.sdes4j.srtp that implement SessionParam 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.classSrtpSessionParamBase class for SRTP specific session parameters.classWshSessionParamSRTP defines the SRTP-WINDOW-SIZE [RFC3711, Section 3.3.2] parameter to protect against replay attacks.
-