FMIceLinkMacType Constants Reference
| Declared in | FMIceLinkMacType.h | 
|---|
FMIceLinkMacType
A message authentication code (MAC) algorithm.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkMacType ) {
                            
                               FMIceLinkMacTypeHmacMd5 = 1,
                            
                               FMIceLinkMacTypeHmacSha1 = 2,
                            
                               FMIceLinkMacTypeHmacSha256 = 3,
                            
                            };
                    
                    Constants
Declared In
FMIceLinkMacType.h