Table of Contents

Class CmacPrimitives

Namespace
Yubico.Core.Cryptography
Assembly
Yubico.Core.dll

Factory class that will return the Yubico.Core implementation of the ICmacPrimitives interface.

public static class CmacPrimitives
Inheritance
object
CmacPrimitives

Methods

Create(CmacBlockCipherAlgorithm)

Creates a new instance of an implementation of the low level CMAC functions.

public static ICmacPrimitives Create(CmacBlockCipherAlgorithm algorithm)

Parameters

algorithm CmacBlockCipherAlgorithm

Returns

ICmacPrimitives

A new instance of the default implementation of the interface.