FMLiveSwitchSrtpProtectionProfile Class Reference

Instance Methods

(instancetype) - init
 

Class Methods

(int) + aes128CmHmacSha132ProtectionProfileCode
 
(NSString *) + aes128CmHmacSha132ProtectionProfileString
 
(int) + aes128CmHmacSha180ProtectionProfileCode
 
(NSString *) + aes128CmHmacSha180ProtectionProfileString
 
(int) + encryptionModeToProtectionProfileCodeWithEncryptionMode:
 
(int) + nullHmacSha132ProtectionProfileCode
 
(NSString *) + nullHmacSha132ProtectionProfileString
 
(int) + nullHmacSha180ProtectionProfileCode
 
(NSString *) + nullHmacSha180ProtectionProfileString
 
(FMLiveSwitchSrtpProtectionProfile *) + protectionProfile
 
(int) + protectionProfileCodeFromStringWithProfileString:
 
(NSString *) + protectionProfileStringFromCodeWithProfileCode:
 

Method Documentation

◆ aes128CmHmacSha132ProtectionProfileCode

+ (int) aes128CmHmacSha132ProtectionProfileCode

◆ aes128CmHmacSha132ProtectionProfileString

+ (NSString*) aes128CmHmacSha132ProtectionProfileString

◆ aes128CmHmacSha180ProtectionProfileCode

+ (int) aes128CmHmacSha180ProtectionProfileCode

◆ aes128CmHmacSha180ProtectionProfileString

+ (NSString*) aes128CmHmacSha180ProtectionProfileString

◆ encryptionModeToProtectionProfileCodeWithEncryptionMode:

+ (int) encryptionModeToProtectionProfileCodeWithEncryptionMode: (FMLiveSwitchEncryptionMode)  encryptionMode

◆ init

- (instancetype) init

◆ nullHmacSha132ProtectionProfileCode

+ (int) nullHmacSha132ProtectionProfileCode

◆ nullHmacSha132ProtectionProfileString

+ (NSString*) nullHmacSha132ProtectionProfileString

◆ nullHmacSha180ProtectionProfileCode

+ (int) nullHmacSha180ProtectionProfileCode

◆ nullHmacSha180ProtectionProfileString

+ (NSString*) nullHmacSha180ProtectionProfileString

◆ protectionProfile

+ (FMLiveSwitchSrtpProtectionProfile*) protectionProfile

◆ protectionProfileCodeFromStringWithProfileString:

+ (int) protectionProfileCodeFromStringWithProfileString: (NSString *)  profileString

◆ protectionProfileStringFromCodeWithProfileCode:

+ (NSString*) protectionProfileStringFromCodeWithProfileCode: (int)  profileCode