Table of Contents

Enum CmacBlockCipherAlgorithm

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

This enumeration lists the block cipher algorithms supported by the ICmacPrimitives interface.

public enum CmacBlockCipherAlgorithm
Extension Methods

Fields

Aes128 = 1

Use this enum value in order to specify CMAC with AES-128.

Aes192 = 2

Use this enum value in order to specify CMAC with AES-192.

Aes256 = 3

Use this enum value in order to specify CMAC with AES-256.

Unknown = 0

Use this enum value in order to specify CMAC with AES-128.