ExSDP.Encryption (ExSDP v0.7.0) View Source

This module represents the Encryption field of SDP that stores encryption key or acquisition method of such key.

Session key should be present IFF the transport medium is secure.

For more details please see RFC4566 Section 5.12

Link to this section Summary

Link to this section Types

Specs

methods() :: :prompt | :base64 | :clear | :prompt | :uri

Specs

t() :: %ExSDP.Encryption{key: binary() | nil, method: methods()}

Link to this section Functions

Specs

parse(binary()) :: {:ok, t()} | {:error, :unsupported_method}