fm.liveswitch.sdp.ClearEncryptionKey Class Reference

An SDP encryption key with a method of "clear". More...

Public Member Functions

 ClearEncryptionKey (String encryptionKey)
 Initializes a new instance of the fm.liveswitch.sdp.ClearEncryptionKey class. More...
 
String getEncryptionKey ()
 Gets the untransformed encryption key. More...
 
- Public Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
String toString ()
 Converts this instance to a string. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
static fm.liveswitch.sdp.EncryptionKey parse (String s)
 Creates an fm.liveswitch.sdp.EncryptionKey instance from a string. More...
 
- Protected Member Functions inherited from fm.liveswitch.sdp.EncryptionKey
 EncryptionKey ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ClearEncryptionKey()

fm.liveswitch.sdp.ClearEncryptionKey.ClearEncryptionKey ( String  encryptionKey)

Initializes a new instance of the fm.liveswitch.sdp.ClearEncryptionKey class.

Parameters
encryptionKeyThe untransformed encryption key.

Member Function Documentation

◆ getEncryptionKey()

String fm.liveswitch.sdp.ClearEncryptionKey.getEncryptionKey ( )

Gets the untransformed encryption key.