High Performance OPC UA Server SDK  1.2.0.193
seconv_keyset Struct Reference

Holds security information for either sending or receiving (created by seconv_derive_keys()). More...

#include <seconv_types.h>

Data Fields

unsigned char * iv
 The initialization vector. More...
 
struct crypto_key sym_key
 The symmetric crypto key. More...
 
struct crypto_key sign_key
 The signing key. More...
 

Detailed Description

Holds security information for either sending or receiving (created by seconv_derive_keys()).

Field Documentation

unsigned char* iv

The initialization vector.

struct crypto_key sign_key

The signing key.

struct crypto_key sym_key

The symmetric crypto key.


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