Class SrtpSessionParam

    • 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
    • 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.