An SDP encryption key with a method of "base64". More...
Public Member Functions | |
Base64EncryptionKey (String encodedEncryptionKey) | |
Initializes a new instance of the fm.liveswitch.sdp.Base64EncryptionKey class. More... | |
String | getEncodedEncryptionKey () |
Gets the base64-encoded 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 "base64".
fm.liveswitch.sdp.Base64EncryptionKey.Base64EncryptionKey | ( | String | encodedEncryptionKey | ) |
Initializes a new instance of the fm.liveswitch.sdp.Base64EncryptionKey class.
encodedEncryptionKey | The base64-encoded encryption key. |
String fm.liveswitch.sdp.Base64EncryptionKey.getEncodedEncryptionKey | ( | ) |
Gets the base64-encoded encryption key.