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 () | |
An SDP encryption key with a method of "clear".
| fm.liveswitch.sdp.ClearEncryptionKey.ClearEncryptionKey | ( | String | encryptionKey | ) |
Initializes a new instance of the fm.liveswitch.sdp.ClearEncryptionKey class.
| encryptionKey | The untransformed encryption key. |
| String fm.liveswitch.sdp.ClearEncryptionKey.getEncryptionKey | ( | ) |
Gets the untransformed encryption key.