FMLiveSwitchSctpAuthenticatedChunksParameters Class Reference

Instance Methods

(bool) - authenticatedChunksSupportedByThisEndpoint
 
(NSMutableData *) - chunksToBeAuthenticated
 
(NSMutableArray *) - hmacIdentifiers
 
(instancetype) - initWithAuthenticatedChunksSupportedByThisEndpoint:random:hmacIds:chunksToBeAuthenticated:
 
(NSMutableData *) - random
 
(bool) - sctpAuthenticatedChunksUsedInThisAssociation
 
(void) - setSCTPAuthenticatedChunksUsedInThisAssociation:
 

Class Methods

(FMLiveSwitchSctpAuthenticatedChunksParameters *) + authenticatedChunksParametersWithAuthenticatedChunksSupportedByThisEndpoint:random:hmacIds:chunksToBeAuthenticated:
 

Method Documentation

◆ authenticatedChunksParametersWithAuthenticatedChunksSupportedByThisEndpoint:random:hmacIds:chunksToBeAuthenticated:

+ (FMLiveSwitchSctpAuthenticatedChunksParameters*) authenticatedChunksParametersWithAuthenticatedChunksSupportedByThisEndpoint: (bool)  authenticatedChunksSupportedByThisEndpoint
random: (NSMutableData *)  random
hmacIds: (NSMutableArray *)  hmacIds
chunksToBeAuthenticated: (NSMutableData *)  chunksToBeAuthenticated 

◆ authenticatedChunksSupportedByThisEndpoint

- (bool) authenticatedChunksSupportedByThisEndpoint

◆ chunksToBeAuthenticated

- (NSMutableData*) chunksToBeAuthenticated

◆ hmacIdentifiers

- (NSMutableArray*) hmacIdentifiers

◆ initWithAuthenticatedChunksSupportedByThisEndpoint:random:hmacIds:chunksToBeAuthenticated:

- (instancetype) initWithAuthenticatedChunksSupportedByThisEndpoint: (bool)  authenticatedChunksSupportedByThisEndpoint
random: (NSMutableData *)  random
hmacIds: (NSMutableArray *)  hmacIds
chunksToBeAuthenticated: (NSMutableData *)  chunksToBeAuthenticated 

◆ random

- (NSMutableData*) random

◆ sctpAuthenticatedChunksUsedInThisAssociation

- (bool) sctpAuthenticatedChunksUsedInThisAssociation

◆ setSCTPAuthenticatedChunksUsedInThisAssociation:

- (void) setSCTPAuthenticatedChunksUsedInThisAssociation: (bool)  value