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: |
| + (FMLiveSwitchSctpAuthenticatedChunksParameters*) authenticatedChunksParametersWithAuthenticatedChunksSupportedByThisEndpoint: | (bool) | authenticatedChunksSupportedByThisEndpoint | |
| random: | (NSMutableData *) | random | |
| hmacIds: | (NSMutableArray *) | hmacIds | |
| chunksToBeAuthenticated: | (NSMutableData *) | chunksToBeAuthenticated | |
| - (bool) authenticatedChunksSupportedByThisEndpoint |
| - (NSMutableData*) chunksToBeAuthenticated |
| - (NSMutableArray*) hmacIdentifiers |
| - (instancetype) initWithAuthenticatedChunksSupportedByThisEndpoint: | (bool) | authenticatedChunksSupportedByThisEndpoint | |
| random: | (NSMutableData *) | random | |
| hmacIds: | (NSMutableArray *) | hmacIds | |
| chunksToBeAuthenticated: | (NSMutableData *) | chunksToBeAuthenticated | |
| - (NSMutableData*) random |
| - (bool) sctpAuthenticatedChunksUsedInThisAssociation |
| - (void) setSCTPAuthenticatedChunksUsedInThisAssociation: | (bool) | value |