Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClearEncryptionKey

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

Hierarchy

  • EncryptionKey
    • ClearEncryptionKey

Index

Constructors

constructor

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

    Parameters

    • encryptionKey: string

      The untransformed encryption key.

    Returns ClearEncryptionKey

Properties

Private _encryptionKey

_encryptionKey: string
internal

Methods

getEncryptionKey

  • getEncryptionKey(): string
  • Gets the untransformed encryption key.

    Returns string

getMethodAndValue

  • getMethodAndValue(): string
  • internal

    Returns string

getTypeString

  • getTypeString(): string
  • Returns string

Private setEncryptionKey

  • setEncryptionKey(value: string): void
  • internal

    Parameters

    • value: string

    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