Loading...
Searching...
No Matches
ctap_public_key_cose_t Struct Reference

CTAP cose key struct. More...

Detailed Description

CTAP cose key struct.

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

Definition at line 465 of file ctap.h.

#include <ctap.h>

Data Fields

ctap_crypto_pub_key_t pubkey
 public key
 
int kty
 identification of key type
 
int crv
 EC identifier.
 
int32_t alg_type
 COSEAlgorithmIdentifier.
 
uint8_t cred_type
 type of credential
 

Field Documentation

◆ alg_type

int32_t ctap_public_key_cose_t::alg_type

COSEAlgorithmIdentifier.

Definition at line 469 of file ctap.h.

◆ cred_type

uint8_t ctap_public_key_cose_t::cred_type

type of credential

Definition at line 470 of file ctap.h.

◆ crv

int ctap_public_key_cose_t::crv

EC identifier.

Definition at line 468 of file ctap.h.

◆ kty

int ctap_public_key_cose_t::kty

identification of key type

Definition at line 467 of file ctap.h.

◆ pubkey

ctap_crypto_pub_key_t ctap_public_key_cose_t::pubkey

public key

Definition at line 466 of file ctap.h.


The documentation for this struct was generated from the following file: