FMIceLinkMacContextBase Class Reference

Inherits from NSObject
Declared in FMIceLinkMacContextBase.h
FMIceLinkMacContextBase.m

Overview

A message authentication code (MAC) context.

– computeWithInput:

Computes the message authentication code (MAC).
- (FMIceLinkDataBuffer *)computeWithInput:(FMIceLinkDataBuffer *)input

Parameters

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 *)input

Parameters

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)destroy

Discussion

Destroys this instance.

Declared In

FMIceLinkMacContextBase.h

– doComputeWithInput:

Computes the message authentication code (MAC).
- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)input

Parameters

input

The input. @return

Discussion

Computes the message authentication code (MAC).

Declared In

FMIceLinkMacContextBase.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkMacContextBase.h

– initWithType:

Initializes a new instance of the FMIceLinkMacContextBase class.
- (instancetype)initWithType:(FMIceLinkMacType)type

Parameters

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)type

Parameters

type

The type.

Discussion

Initializes a new instance of the FMIceLinkMacContextBase class.

Declared In

FMIceLinkMacContextBase.h

– type

Gets the type.
- (FMIceLinkMacType)type

Discussion

Gets the type.

Declared In

FMIceLinkMacContextBase.h