High Performance OPC UA Server SDK  1.2.0.193
seconv_params Struct Reference

Contains all parameters defining a security policy. More...

#include <seconv_types.h>

Data Fields

enum crypto_asym_alg asym_alg
 The used asymmetric crypto algorithm. More...
 
enum crypto_pad_alg asym_pad_alg
 The used asymmetric crypto padding algorithm. More...
 
size_t asym_key_min
 The minimum size for asymmetric keys. More...
 
size_t asym_key_max
 The maximum size for asymmetric keys. More...
 
enum crypto_hash_alg key_deriv_alg
 The id of the algorithm used for key derivation. More...
 
enum crypto_sym_alg sym_alg
 The used symmetric crypto algorithm. More...
 
size_t sym_key_len
 The used symmetric key length. More...
 
enum crypto_sign_alg asym_sign_alg
 The used RSA signature algorithm. More...
 
enum crypto_sign_alg sym_sign_alg
 The used HMAC signature algorithm. More...
 
size_t sym_sign_key_len
 The length of the derived signature key. More...
 
size_t sym_sign_len
 The length of the signature. More...
 
enum crypto_hash_alg cert_sign_alg
 The used certificate signing algorithm. More...
 

Detailed Description

Contains all parameters defining a security policy.

Field Documentation

enum crypto_asym_alg asym_alg

The used asymmetric crypto algorithm.

size_t asym_key_max

The maximum size for asymmetric keys.

size_t asym_key_min

The minimum size for asymmetric keys.

enum crypto_pad_alg asym_pad_alg

The used asymmetric crypto padding algorithm.

enum crypto_sign_alg asym_sign_alg

The used RSA signature algorithm.

enum crypto_hash_alg cert_sign_alg

The used certificate signing algorithm.

enum crypto_hash_alg key_deriv_alg

The id of the algorithm used for key derivation.

enum crypto_sym_alg sym_alg

The used symmetric crypto algorithm.

size_t sym_key_len

The used symmetric key length.

enum crypto_sign_alg sym_sign_alg

The used HMAC signature algorithm.

size_t sym_sign_key_len

The length of the derived signature key.

size_t sym_sign_len

The length of the signature.


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