Package | Description |
---|---|
ch.imvs.sdes4j.srtp |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static SrtpSessionParam |
SrtpSessionParam.create(String param)
Creates instances from the text based representation of SRTP session parameters.
|
SrtpSessionParam |
SrtpSDesFactory.createSessionParam(String sessionParam) |
SrtpSessionParam[] |
SrtpSDesFactory.createSessionParamArray(int size) |
SrtpSessionParam[] |
SrtpCryptoAttribute.getSessionParams() |
Modifier and Type | Method and Description |
---|---|
SrtpCryptoAttribute |
SrtpSDesFactory.createCryptoAttribute(int tag,
String keyAlg,
SrtpSessionParam[] params)
Creates an SRTP crypto attribute with the specified parameters, for use in an SDP.
|
Constructor and Description |
---|
SrtpCryptoAttribute(int tag,
SrtpCryptoSuite cryptoSuite,
SrtpKeyParam[] keyParams,
SrtpSessionParam[] sessionParams)
Creates a crypto attribute from already instantiated objects.
|
Copyright © 2018 University of Applied Sciences Northwestern Switzerland. All rights reserved.