Enum CoseAlgorithmIdentifier
Represents a COSE algorithm identifier.
https://www.iana.org/assignments/cose/cose.xhtml#algorithms
public enum CoseAlgorithmIdentifier
Fields
ECDHwHKDF256 = -25ECDH with key derivation function HKDF using SHA-256.
ES256 = -7ECDSA with SHA-256 using the NIST P-256 curve.
ES384 = -35ECDSA with SHA-384 using the NIST P-384 curve.
ES512 = -36ECDSA with SHA-512 using the NIST P-521 curve.
EdDSA = -8ECDSA using the Ed25519 curve and "Pure" EdDSA which uses no digest algorithm.
None = 0No algorithm specified.
RS256 = -257RSASSA-PKCS1-v1_5 with SHA-256 Currently, not supported by any YubiKey