CoseAlgorithmIdentifier Class
Namespace: Yubico.YubiKey.Fido2.Cose Assembly: Yubico.YubiKey.dllRepresents a COSE algorithm identifier.
C#
public sealed class CoseAlgorithmIdentifier : Enum
Inheritance
System.Object
CoseAlgorithmIdentifier
Fields
Name | Description |
---|---|
ECDHwHKDF256 | ECDH with key derivation function HKDF using SHA-256. |
EdDSA | ECDSA using the Ed25519 curve and "Pure" EdDSA which uses no digest algorithm. |
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. |
None | No algorithm specified. |
RS256 | RSASSA-PKCS1-v1_5 with SHA-256 |
value__ |