Instance Methods | |
(instancetype) | - initWithProtectionProfileCode:key:salt: |
(instancetype) | - initWithProtectionProfileString:key:salt: |
(FMLiveSwitchDataBuffer *) | - key |
(int) | - protectionProfileCode |
(NSString *) | - protectionProfileString |
(FMLiveSwitchDataBuffer *) | - salt |
- (instancetype) initWithProtectionProfileCode: | (int) | protectionProfileCode | |
key: | (FMLiveSwitchDataBuffer *) | key | |
salt: | (FMLiveSwitchDataBuffer *) | salt | |
- (instancetype) initWithProtectionProfileString: | (NSString *) | protectionProfileString | |
key: | (FMLiveSwitchDataBuffer *) | key | |
salt: | (FMLiveSwitchDataBuffer *) | salt | |
- (FMLiveSwitchDataBuffer*) key |
+ (FMLiveSwitchSrtpProtectionParameters*) protectionParametersWithProtectionProfileCode: | (int) | protectionProfileCode | |
key: | (FMLiveSwitchDataBuffer *) | key | |
salt: | (FMLiveSwitchDataBuffer *) | salt | |
+ (FMLiveSwitchSrtpProtectionParameters*) protectionParametersWithProtectionProfileString: | (NSString *) | protectionProfileString | |
key: | (FMLiveSwitchDataBuffer *) | key | |
salt: | (FMLiveSwitchDataBuffer *) | salt | |
- (int) protectionProfileCode |
- (NSString*) protectionProfileString |
- (FMLiveSwitchDataBuffer*) salt |