/ fm / liveswitch / sdp / UriEncryptionKey
Class: UriEncryptionKey
liveswitch.sdp.UriEncryptionKey
An SDP encryption key with a method of "uri".
Hierarchy
-
↳ UriEncryptionKey
Table of contents
Constructors
Methods
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
▸ Static
parse(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