High Performance OPC UA Server SDK  1.2.0.193
crypto_key Struct Reference

Private/public key handle. More...

#include <key.h>

Data Fields

void * priv
 Pointer to backend key representation. More...
 
enum crypto_key_type type
 Type of the key. More...
 
bool free
 false, if priv must not be deleted. More...
 

Detailed Description

Private/public key handle.

Field Documentation

bool free

false, if priv must not be deleted.

void* priv

Pointer to backend key representation.

enum crypto_key_type type

Type of the key.

See also
enum crypto_key_type

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