Package ch.imvs.sdes4j.srtp
Class SrtpSessionParam
- java.lang.Object
-
- ch.imvs.sdes4j.srtp.SrtpSessionParam
-
- All Implemented Interfaces:
SessionParam
- Direct Known Subclasses:
FecKeySessionParam
,FecOrderSessionParam
,KdrSessionParam
,NoAuthSessionParam
,PlainSrtcpSessionParam
,PlainSrtpSessionParam
,WshSessionParam
public abstract class SrtpSessionParam extends java.lang.Object implements SessionParam
Base class for SRTP specific session parameters.- Author:
- Ingo Bauersachs
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SrtpSessionParam
create(java.lang.String param)
Creates instances from the text based representation of SRTP session parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.imvs.sdes4j.SessionParam
encode
-
-
-
-
Method Detail
-
create
public static SrtpSessionParam create(java.lang.String param)
Creates instances from the text based representation of SRTP session parameters.- Parameters:
param
- The text based representation of a session parameter.- Returns:
- The instance of a SRTP session parameter.
-
-