/ fm / liveswitch / sdp / PromptEncryptionKey
Class: PromptEncryptionKey
liveswitch.sdp.PromptEncryptionKey
An SDP encryption key with a method of "prompt".
Hierarchy
-
↳ PromptEncryptionKey
Table of contents
Constructors
Methods
Constructors
constructor
+ new PromptEncryptionKey(): PromptEncryptionKey
Returns: PromptEncryptionKey
Inherited from: EncryptionKey
Defined in: Generated/TypeScript/fm.liveswitch/sdp/PromptEncryptionKey.ts:12
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Overrides: EncryptionKey
Defined in: Generated/TypeScript/fm.liveswitch/sdp/PromptEncryptionKey.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
▸ 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