class CoseAlgorithm (View source)

Enumeration for COSE algorithm identifiers.

This is not a complete enumeration of all algorithms, only the algorithms relevant to this WebAuthn implementation are included.

Constants

ES256

ECDSA w/ SHA-256 (RFC8152)

ES384

ECDSA w/ SHA-384 (RFC8152)

ES512

ECDSA w/ SHA-512 (RFC8152)

RS256

RSASSA-PKCS1-v1_5 w/ SHA-256

RS384

RSASSA-PKCS1-v1_5 w/ SHA-384

RS512

RSASSA-PKCS1-v1_5 w/ SHA-512

RS1

RSASSA-PKCS1-v1_5 w/ SHA-1