Package ch.imvs.sdes4j.srtp
Class NoAuthSessionParam
- java.lang.Object
-
- ch.imvs.sdes4j.srtp.SrtpSessionParam
-
- ch.imvs.sdes4j.srtp.NoAuthSessionParam
-
- All Implemented Interfaces:
SessionParam
public class NoAuthSessionParam extends SrtpSessionParam
SRTP and SRTCP packet payloads are authenticated by default. The UNAUTHENTICATED_SRTP session parameter signals that SRTP messages are not authenticated. Use of UNAUTHENTICATED_SRTP is NOT RECOMMENDED (see Security Considerations).- Author:
- Ingo Bauersachs
-
-
Constructor Summary
Constructors Constructor Description NoAuthSessionParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
encode()
Encodes the information contained in this object for use in the complete crypto attribute.boolean
equals(java.lang.Object obj)
int
hashCode()
-
Methods inherited from class ch.imvs.sdes4j.srtp.SrtpSessionParam
create
-
-
-
-
Method Detail
-
encode
public java.lang.String encode()
Description copied from interface:SessionParam
Encodes 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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-