High Performance OPC UA Server SDK  1.2.0.193
pki_store_file Struct Reference

Configuration structure of the file based PKI store. More...

Public Member Functions

static int pki_store_make_cert_id (struct ua_bytestring *cert, unsigned char *id)
 Convenience function to create SHA1 for use as certificate ID. More...
 

Data Fields

bool used
 
char * store_root_path
 True, if this object is currently in use. More...
 
uint16_t max_trusted
 Base path of the store directory layout. More...
 
uint16_t max_issuers
 Max number of files in trust folder. More...
 
uint16_t max_rejected
 Max number of files in issuers folder. More...
 
uint16_t max_private
 Max number of files in rejected folder. More...
 

Detailed Description

Configuration structure of the file based PKI store.

Serialized to "store_root_path;max_trusted;max_issuers;max_rejected;max_private".

Field Documentation

uint16_t max_issuers

Max number of files in trust folder.

uint16_t max_private

Max number of files in rejected folder.

uint16_t max_rejected

Max number of files in issuers folder.

uint16_t max_trusted

Base path of the store directory layout.

char* store_root_path

True, if this object is currently in use.


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