IoTivity-Lite
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...
 
oc_string_t tag
 custom user tag More...
 

Detailed Description

security credential information

Field Documentation

◆ authority

oc_string_t authority

authority

◆ chain

struct oc_sec_cred_t* chain

chain of credentials

◆ child

struct oc_sec_cred_t* child

credential child

◆ credid

int credid

credential id

◆ credtype

credential type

◆ credusage

oc_sec_credusage_t credusage

credential usage

◆ ctx

void* ctx

security context

◆ next

struct oc_sec_cred_t* next

pointer to the next credential

◆ owner_cred

bool owner_cred

owner

◆ privatedata

oc_cred_data_t privatedata

private data

◆ publicdata

oc_cred_data_t publicdata

public data

◆ role

role

◆ subjectuuid

oc_uuid_t subjectuuid

subject uuid

◆ tag

custom user tag


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