Table of Contents

Enum CoseAlgorithmIdentifier

Namespace
Yubico.YubiKey.Fido2.Cose
Assembly
Yubico.YubiKey.dll

Represents a COSE algorithm identifier. This enumeration is based on the IANA COSE Algorithms registry.

https://www.iana.org/assignments/cose/cose.xhtml#algorithms

public enum CoseAlgorithmIdentifier

Fields

ECDHwHKDF256 = -25

ECDH with key derivation function HKDF using SHA-256.

ES256 = -7

ECDSA with SHA-256 using the NIST P-256 curve.

ES384 = -35

ECDSA with SHA-384 using the NIST P-384 curve.

ES512 = -36

ECDSA with SHA-512 using the NIST P-521 curve.

EdDSA = -8

ECDSA using the Ed25519 curve and "Pure" EdDSA which uses no digest algorithm.

None = 0

No algorithm specified.

RS256 = -257

RSASSA-PKCS1-v1_5 with SHA-256 Currently, not supported by any YubiKey