Package | Description |
---|---|
ch.imvs.sdes4j | |
ch.imvs.sdes4j.srtp |
Modifier and Type | Field and Description |
---|---|
protected SessionParam[] |
CryptoAttribute.sessionParams |
Modifier and Type | Method and Description |
---|---|
SessionParam |
SDesFactory.createSessionParam(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 of
SessionParam s. |
SessionParam[] |
CryptoAttribute.getSessionParams()
Gets the additional key parameters for this particular crypto attribute.
|
Constructor and Description |
---|
CryptoAttribute(int tag,
CryptoSuite cryptoSuite,
KeyParam[] keyParams,
SessionParam[] sessionParams)
Creates a crypto attribute from already instantiated objects.
|
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 |
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.
|
Copyright © 2016 University of Applied Sciences Northwestern Switzerland. All rights reserved.