Search Results for

    / fm / liveswitch / sdp / Base64EncryptionKey

    Class: Base64EncryptionKey

    liveswitch.sdp.Base64EncryptionKey

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

    Hierarchy

    • EncryptionKey

      ↳ Base64EncryptionKey

    Table of contents

    Constructors

    • constructor

    Methods

    • getEncodedEncryptionKey
    • getTypeString
    • toString
    • parse

    Constructors

    constructor

    + new Base64EncryptionKey(encodedEncryptionKey: string): Base64EncryptionKey

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

    Parameters:

    Name Type Description
    encodedEncryptionKey string The base64-encoded encryption key.

    Returns: Base64EncryptionKey

    Inherited from: EncryptionKey

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

    Methods

    getEncodedEncryptionKey

    ▸ getEncodedEncryptionKey(): string

    Gets the base64-encoded encryption key.

    Returns: string

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


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Overrides: EncryptionKey

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Base64EncryptionKey.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