Package ch.imvs.sdes4j.srtp
Class PlainSrtpSessionParam
- java.lang.Object
-
- ch.imvs.sdes4j.srtp.SrtpSessionParam
-
- ch.imvs.sdes4j.srtp.PlainSrtpSessionParam
-
- All Implemented Interfaces:
SessionParam
public class PlainSrtpSessionParam extends SrtpSessionParam
SRTP and SRTCP packet payloads are encrypted by default. The UNENCRYPTED_SRTCP and UNENCRYPTED_SRTP session parameters modify the default behavior of the crypto-suites with which they are used. UNENCRYPTED_SRTP signals that the SRTP packet payloads are not encrypted.- Author:
- Ingo Bauersachs
-
-
Constructor Summary
Constructors Constructor Description PlainSrtpSessionParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringencode()Encodes the information contained in this object for use in the complete crypto attribute.booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class ch.imvs.sdes4j.srtp.SrtpSessionParam
create
-
-
-
-
Method Detail
-
encode
public java.lang.String encode()
Description copied from interface:SessionParamEncodes the information contained in this object for use in the complete crypto attribute.- Returns:
- Textual representation of the session parameter.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-