FMIceLinkMacContextBase Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkMacContextBase.h FMIceLinkMacContextBase.m |
– computeWithInput:
Computes the message authentication code (MAC).
- (FMIceLinkDataBuffer *)computeWithInput:(FMIceLinkDataBuffer *)inputParameters
input |
The input. @return |
|---|
Discussion
Computes the message authentication code (MAC).
Declared In
FMIceLinkMacContextBase.h
+ computeWithType:key:input:
Computes the message authentication code (MAC) for a given [type](#//api/name/type).
+ (FMIceLinkDataBuffer *)computeWithType:(FMIceLinkMacType)type key:(FMIceLinkDataBuffer *)key input:(FMIceLinkDataBuffer *)inputParameters
type |
The type. |
|---|---|
key |
The key. |
input |
The input. @return |
Discussion
Computes the message authentication code (MAC) for a given [type](#//api/name/type).
Declared In
FMIceLinkMacContextBase.h
– destroy
Destroys this instance.
- (void)destroyDiscussion
Destroys this instance.
Declared In
FMIceLinkMacContextBase.h
– doComputeWithInput:
Computes the message authentication code (MAC).
- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)inputParameters
input |
The input. @return |
|---|
Discussion
Computes the message authentication code (MAC).
Declared In
FMIceLinkMacContextBase.h
– doDestroy
Destroys this instance.
- (void)doDestroyDiscussion
Destroys this instance.
Declared In
FMIceLinkMacContextBase.h
– initWithType:
Initializes a new instance of the FMIceLinkMacContextBase class.
- (instancetype)initWithType:(FMIceLinkMacType)typeParameters
type |
The type. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMacContextBase class.
Declared In
FMIceLinkMacContextBase.h
+ macContextBaseWithType:
Initializes a new instance of the FMIceLinkMacContextBase class.
+ (FMIceLinkMacContextBase *)macContextBaseWithType:(FMIceLinkMacType)typeParameters
type |
The type. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMacContextBase class.
Declared In
FMIceLinkMacContextBase.h
– type
Gets the type.
- (FMIceLinkMacType)typeDiscussion
Gets the type.
Declared In
FMIceLinkMacContextBase.h