Search Results for

    / fm / liveswitch / sdp / ClearEncryptionKey

    Class: ClearEncryptionKey

    liveswitch.sdp.ClearEncryptionKey

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

    Hierarchy

    • EncryptionKey

      ↳ ClearEncryptionKey

    Table of contents

    Constructors

    • constructor

    Methods

    • getEncryptionKey
    • getTypeString
    • toString
    • parse

    Constructors

    constructor

    + new ClearEncryptionKey(encryptionKey: string): ClearEncryptionKey

    Initializes a new instance of the [[fm.liveswitch.sdp.clearEncryptionKey]] class.

    Parameters:

    Name Type Description
    encryptionKey string The untransformed encryption key.

    Returns: ClearEncryptionKey

    Inherited from: EncryptionKey

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ClearEncryptionKey.ts:14

    Methods

    getEncryptionKey

    ▸ getEncryptionKey(): string

    Gets the untransformed encryption key.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ClearEncryptionKey.ts:43


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Overrides: EncryptionKey

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ClearEncryptionKey.ts:10


    toString

    ▸ toString(): string

    Converts this instance to a string.

    Returns: string

    Inherited from: EncryptionKey

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/EncryptionKey.ts:71


    parse

    ▸ Staticparse(s: string): EncryptionKey

    Creates an [[fm.liveswitch.sdp.encryptionKey]] instance from a string.

    Parameters:

    Name Type Description
    s string The string to parse.

    Returns: EncryptionKey

    Inherited from: EncryptionKey

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/EncryptionKey.ts:29

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0