S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
sopc_pki_struct_lib_internal.h File Reference

Defines the PKI structure used internally. More...

#include "sopc_crypto_decl.h"
#include "sopc_mutexes.h"
#include "sopc_pki_decl.h"

Go to the source code of this file.

Data Structures

struct  SOPC_PKIProvider
 The PKIProvider object for the Public Key Infrastructure. More...
 
struct  SOPC_PKI_LeafProfile
 Structure containing the leaf certificate profile for validation with SOPC_PKIProvider_ValidateCertificate or with SOPC_PKIProvider_CheckLeafCertificate . More...
 
struct  SOPC_PKI_ChainProfile
 Structure containing the certificate chain profile for the validation with SOPC_PKIProvider_ValidateCertificate . More...
 
struct  SOPC_PKI_Profile
 Structure containing the validation configuration. More...
 

Detailed Description

Defines the PKI structure used internally.

Note
Those structures are declared as common to all libraries but it might be changed to be specific in the future (only used by tests).