S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_PKI_ChainProfile Struct Reference

Structure containing the certificate chain profile for the validation with SOPC_PKIProvider_ValidateCertificate . More...

#include <sopc_pki_struct_lib_internal.h>

Data Fields

SOPC_PKI_MdSign mdSign
 
SOPC_PKI_PkAlgo pkAlgo
 
SOPC_PKI_EllipticCurves curves
 
uint32_t RSAMinimumKeySize
 
bool bDisableRevocationCheck
 

Detailed Description

Structure containing the certificate chain profile for the validation with SOPC_PKIProvider_ValidateCertificate .

Field Documentation

◆ mdSign

SOPC_PKI_MdSign SOPC_PKI_ChainProfile::mdSign

The message digest algorithm of the signature algorithm allowed.

◆ pkAlgo

SOPC_PKI_PkAlgo SOPC_PKI_ChainProfile::pkAlgo

The Public Key algorithm allowed.

◆ curves

SOPC_PKI_EllipticCurves SOPC_PKI_ChainProfile::curves

The elliptic curves allowed.

◆ RSAMinimumKeySize

uint32_t SOPC_PKI_ChainProfile::RSAMinimumKeySize

The minimum RSA key size allowed.

◆ bDisableRevocationCheck

bool SOPC_PKI_ChainProfile::bDisableRevocationCheck

When flag is set, no error is reported if a CA certificate has no revocation list.


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