Class Encryption

java.lang.Object
tigase.meet.jingle.Encryption

public class Encryption extends Object
  • Constructor Details

  • Method Details

    • from

      public static Encryption from(tigase.xml.Element el)
    • getCryptoSuite

      public String getCryptoSuite()
    • getKeyParams

      public String getKeyParams()
    • getSessionParams

      public Optional<String> getSessionParams()
    • getTag

      public String getTag()
    • toElement

      public tigase.xml.Element toElement()
    • toSDP

      public String toSDP()