/ fm / liveswitch / sdp / EncryptionKey
Class: EncryptionKey
liveswitch.sdp.EncryptionKey
An SDP encryption key element.
Hierarchy
EncryptionKey
Table of contents
Constructors
Methods
Constructors
constructor
+ new EncryptionKey(): EncryptionKey
Returns: EncryptionKey
Defined in: Generated/TypeScript/fm.liveswitch/sdp/EncryptionKey.ts:11
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/EncryptionKey.ts:9
toString
▸ toString(): string
Converts this instance to a string.
Returns: string
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
Defined in: Generated/TypeScript/fm.liveswitch/sdp/EncryptionKey.ts:29