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. sessionParams
Methods in ch.imvs.sdes4j that return SessionParam Modifier and Type Method Description SessionParam
SDesFactory. 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 ofSessionParam
s.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 class
FecKeySessionParam
FEC_KEY signals the use of separate master key(s) for a Forward Error Correction (FEC) stream.class
FecOrderSessionParam
FEC_ORDER signals the use of forward error correction for the RTP packets [RFC2733].class
KdrSessionParam
KDR specifies the Key Derivation Rate, as described in Section 4.3.1 of [RFC3711].class
NoAuthSessionParam
SRTP and SRTCP packet payloads are authenticated by default.class
PlainSrtcpSessionParam
SRTP and SRTCP packet payloads are encrypted by default.class
PlainSrtpSessionParam
SRTP and SRTCP packet payloads are encrypted by default.class
SrtpSessionParam
Base class for SRTP specific session parameters.class
WshSessionParam
SRTP defines the SRTP-WINDOW-SIZE [RFC3711, Section 3.3.2] parameter to protect against replay attacks.
-