CoseAlgorithmIdentifier Enum
Namespace: Yubico.YubiKey.Fido2.Cose Assembly: Yubico.YubiKey.dllRepresents a COSE algorithm identifier.
https://www.iana.org/assignments/cose/cose.xhtml#algorithms
C#
public enum CoseAlgorithmIdentifier
Fields
ECDHwHKDF256 | ECDH with key derivation function HKDF using SHA-256. |
ES256 | ECDSA with SHA-256 using the NIST P-256 curve. |
ES384 | ECDSA with SHA-384 using the NIST P-384 curve. |
ES512 | ECDSA with SHA-512 using the NIST P-521 curve. |
EdDSA | ECDSA using the Ed25519 curve and "Pure" EdDSA which uses no digest algorithm. |
None | No algorithm specified. |
RS256 | RSASSA-PKCS1-v1_5 with SHA-256 Currently, not supported by any YubiKey |