An SDP encryption key with a method of "clear". More...
Instance Methods | |
(NSString *) | - encryptionKey |
Gets the untransformed encryption key. More... | |
(instancetype) | - initWithEncryptionKey: |
Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class. More... | |
Instance Methods inherited from FMLiveSwitchSdpEncryptionKey | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - init |
Class Methods | |
(FMLiveSwitchSdpClearEncryptionKey *) | + clearEncryptionKey: |
Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class. More... | |
Class Methods inherited from FMLiveSwitchSdpEncryptionKey | |
(FMLiveSwitchSdpEncryptionKey *) | + parseWithS: |
Creates an FMLiveSwitchSdpEncryptionKey instance from a string. More... | |
An SDP encryption key with a method of "clear".
+ (FMLiveSwitchSdpClearEncryptionKey*) clearEncryptionKey: | (NSString *) | encryptionKey |
Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class.
encryptionKey | The untransformed encryption key. |
- (NSString*) encryptionKey |
Gets the untransformed encryption key.
Implements FMLiveSwitchSdpEncryptionKey.
- (instancetype) initWithEncryptionKey: | (NSString *) | encryptionKey |
Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class.
encryptionKey | The untransformed encryption key. |