Class PlainSrtcpSessionParam

  • All Implemented Interfaces:
    SessionParam

    public class PlainSrtcpSessionParam
    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_SRTCP signals that the SRTP packet payloads are not encrypted.
    Author:
    Ingo Bauersachs
    • 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 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlainSrtcpSessionParam

        public PlainSrtcpSessionParam()
    • 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 class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object