Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriEncryptionKey

An SDP encryption key with a method of "uri".

Hierarchy

  • EncryptionKey
    • UriEncryptionKey

Index

Constructors

constructor

  • Initializes a new instance of the fm.icelink.sdp.uriEncryptionKey class.

    Parameters

    • uri: Uri

      The URI referring to the data containing the key.

    Returns UriEncryptionKey

Properties

Private _uri

_uri: Uri
internal

Methods

getMethodAndValue

  • getMethodAndValue(): string
  • internal

    Returns string

getTypeString

  • getTypeString(): string
  • Returns string

getUri

  • getUri(): Uri
  • Gets the URI referring to the data containing the key.

    Returns Uri

Private setUri

  • setUri(value: Uri): void
  • internal

    Parameters

    • value: Uri

    Returns void

toString

  • toString(): string
  • Converts this instance to a string.

    Returns string

Static parse

  • parse(s: string): EncryptionKey
  • Creates an fm.icelink.sdp.encryptionKey instance from a string.

    Parameters

    • s: string

      The string to parse.

    Returns EncryptionKey