A message authentication code (MAC) context. More...
Instance Methods | |
(FMLiveSwitchDataBuffer *) | - computeWithInput: |
Computes the message authentication code (MAC). More... | |
(void) | - destroy |
Destroys this instance. More... | |
(FMLiveSwitchDataBuffer *) | - doComputeWithInput: |
Computes the message authentication code (MAC). More... | |
(void) | - doDestroy |
Destroys this instance. More... | |
(instancetype) | - initWithType: |
Initializes a new instance of the FMLiveSwitchMacContextBase class. More... | |
(FMLiveSwitchMacType) | - type |
Gets the type. More... | |
Class Methods | |
(FMLiveSwitchDataBuffer *) | + computeWithType:key:input: |
Computes the message authentication code (MAC) for a given type. More... | |
(FMLiveSwitchMacContextBase *) | + macContextBaseWithType: |
Initializes a new instance of the FMLiveSwitchMacContextBase class. More... | |
A message authentication code (MAC) context.
- (FMLiveSwitchDataBuffer*) computeWithInput: | (FMLiveSwitchDataBuffer *) | input |
Computes the message authentication code (MAC).
input | The input. |
+ (FMLiveSwitchDataBuffer*) computeWithType: | (FMLiveSwitchMacType) | type | |
key: | (FMLiveSwitchDataBuffer *) | key | |
input: | (FMLiveSwitchDataBuffer *) | input | |
Computes the message authentication code (MAC) for a given type.
type | The type. |
key | The key. |
input | The input. |
- (void) destroy |
Destroys this instance.
- (FMLiveSwitchDataBuffer*) doComputeWithInput: | (FMLiveSwitchDataBuffer *) | input |
Computes the message authentication code (MAC).
input | The input. |
- (void) doDestroy |
Destroys this instance.
- (instancetype) initWithType: | (FMLiveSwitchMacType) | type |
Initializes a new instance of the FMLiveSwitchMacContextBase class.
type | The type. |
+ (FMLiveSwitchMacContextBase*) macContextBaseWithType: | (FMLiveSwitchMacType) | type |
Initializes a new instance of the FMLiveSwitchMacContextBase class.
type | The type. |
- (FMLiveSwitchMacType) type |
Gets the type.