Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Base64EncryptionKey

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

Hierarchy

  • EncryptionKey
    • Base64EncryptionKey

Index

Constructors

constructor

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

    Parameters

    • encodedEncryptionKey: string

      The base64-encoded encryption key.

    Returns Base64EncryptionKey

Properties

Private _encodedEncryptionKey

_encodedEncryptionKey: string
internal

Methods

getEncodedEncryptionKey

  • getEncodedEncryptionKey(): string
  • Gets the base64-encoded encryption key.

    Returns string

getMethodAndValue

  • getMethodAndValue(): string
  • internal

    Returns string

getTypeString

  • getTypeString(): string
  • Returns string

Private setEncodedEncryptionKey

  • setEncodedEncryptionKey(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