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 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
WshSessionParam
SRTP 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 SrtpSessionParam
SrtpSessionParam. create(java.lang.String param)
Creates instances from the text based representation of SRTP session parameters.SrtpSessionParam
SrtpSDesFactory. 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 SrtpCryptoAttribute
SrtpSDesFactory. 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.
-