Search Results for

    / fm / liveswitch / sdp / UriEncryptionKey

    Class: UriEncryptionKey

    liveswitch.sdp.UriEncryptionKey

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

    Hierarchy

    • EncryptionKey

      ↳ UriEncryptionKey

    Table of contents

    Constructors

    • constructor

    Methods

    • getTypeString
    • getUri
    • toString
    • parse

    Constructors

    constructor

    + new UriEncryptionKey(uri: Uri): UriEncryptionKey

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

    Parameters:

    Name Type Description
    uri Uri The URI referring to the data containing the key.

    Returns: UriEncryptionKey

    Inherited from: EncryptionKey

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

    Methods

    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Overrides: EncryptionKey

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


    getUri

    ▸ getUri(): Uri

    Gets the URI referring to the data containing the key.

    Returns: Uri

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/UriEncryptionKey.ts:54


    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