Interface KeyParam

  • All Known Implementing Classes:
    SrtpKeyParam

    public interface KeyParam
    The key-param provides keying material for the crypto-suite in question. It consists of a method and the actual keying information
    Author:
    Ingo Bauersachs
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String encode()
      Encodes the information contained in this object for use in the complete crypto attribute.
      java.lang.String getKeyMethod()
      Gets the method name that defines the type of the key information.
    • Method Detail

      • getKeyMethod

        java.lang.String getKeyMethod()
        Gets the method name that defines the type of the key information. Only one method is defined, namely, "inline", which indicates that the actual keying material is provided in the key-info field itself.
        Returns:
        inline
      • encode

        java.lang.String encode()
        Encodes the information contained in this object for use in the complete crypto attribute.
        Returns:
        Textual representation of the key parameter.