fm.liveswitch.sdp.EncryptionKey Class Referenceabstract

An SDP encryption key element. More...

Public Member Functions

String toString ()
 Converts this instance to a string. More...
 

Static Public Member Functions

static fm.liveswitch.sdp.EncryptionKey parse (String s)
 Creates an fm.liveswitch.sdp.EncryptionKey instance from a string. More...
 

Protected Member Functions

 EncryptionKey ()
 

Detailed Description

An SDP encryption key element.

Constructor & Destructor Documentation

◆ EncryptionKey()

fm.liveswitch.sdp.EncryptionKey.EncryptionKey ( )
protected

Member Function Documentation

◆ parse()

static fm.liveswitch.sdp.EncryptionKey fm.liveswitch.sdp.EncryptionKey.parse ( String  s)
static

Creates an fm.liveswitch.sdp.EncryptionKey instance from a string.

Parameters
sThe string to parse.

◆ toString()

String fm.liveswitch.sdp.EncryptionKey.toString ( )

Converts this instance to a string.