Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
private_key_st Struct Reference

#include <x509.h>

+ Collaboration diagram for private_key_st:

Public Attributes

int version
 
X509_ALGORenc_algor
 
ASN1_OCTET_STRINGenc_pkey
 
EVP_PKEYdec_pkey
 
int key_length
 
char * key_data
 
int key_free
 
EVP_CIPHER_INFO cipher
 

Detailed Description

Definition at line 229 of file x509.h.

Member Data Documentation

◆ cipher

EVP_CIPHER_INFO private_key_st::cipher

Definition at line 241 of file x509.h.

◆ dec_pkey

EVP_PKEY* private_key_st::dec_pkey

Definition at line 235 of file x509.h.

◆ enc_algor

X509_ALGOR* private_key_st::enc_algor

Definition at line 232 of file x509.h.

◆ enc_pkey

ASN1_OCTET_STRING* private_key_st::enc_pkey

Definition at line 233 of file x509.h.

◆ key_data

char* private_key_st::key_data

Definition at line 238 of file x509.h.

◆ key_free

int private_key_st::key_free

Definition at line 239 of file x509.h.

◆ key_length

int private_key_st::key_length

Definition at line 237 of file x509.h.

◆ version

int private_key_st::version

Definition at line 230 of file x509.h.


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