KNX IoT
KNX IoT Point API stack implementation
oc_sec_cred_t Struct Reference

security credential information More...

#include <oc_cred.h>

Data Fields

struct oc_sec_cred_tchain
 chain of credentials More...
 
struct oc_sec_cred_tchild
 credential child More...
 
int credid
 credential id More...
 
oc_sec_credtype_t credtype
 credential type More...
 
oc_sec_credusage_t credusage
 credential usage More...
 
void * ctx
 security context More...
 
struct oc_sec_cred_tnext
 pointer to the next credential More...
 
bool owner_cred
 owner More...
 
oc_cred_data_t privatedata
 private data More...
 
oc_cred_data_t publicdata
 public data More...
 
struct {
   oc_string_t   authority
 authority More...
 
   oc_string_t   role
 role More...
 
role
 
oc_uuid_t subjectuuid
 subject uuid More...
 

Detailed Description

security credential information

Definition at line 85 of file oc_cred.h.

Field Documentation

◆ authority

oc_string_t authority

authority

Definition at line 91 of file oc_cred.h.

◆ chain

struct oc_sec_cred_t* chain

chain of credentials

Definition at line 97 of file oc_cred.h.

◆ child

struct oc_sec_cred_t* child

credential child

Definition at line 98 of file oc_cred.h.

◆ credid

int credid

credential id

Definition at line 104 of file oc_cred.h.

◆ credtype

credential type

Definition at line 105 of file oc_cred.h.

◆ credusage

oc_sec_credusage_t credusage

credential usage

Definition at line 96 of file oc_cred.h.

◆ ctx

void* ctx

security context

Definition at line 99 of file oc_cred.h.

◆ next

struct oc_sec_cred_t* next

pointer to the next credential

Definition at line 87 of file oc_cred.h.

◆ owner_cred

bool owner_cred

owner

Definition at line 107 of file oc_cred.h.

◆ privatedata

oc_cred_data_t privatedata

private data

Definition at line 93 of file oc_cred.h.

◆ publicdata

oc_cred_data_t publicdata

public data

Definition at line 95 of file oc_cred.h.

◆ role

oc_string_t role

role

Definition at line 90 of file oc_cred.h.

◆ subjectuuid

oc_uuid_t subjectuuid

subject uuid

Definition at line 106 of file oc_cred.h.


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