Kannel: Open Source WAP and SMS gateway  svn-r5335
to_be_signed_cert Struct Reference

#include <wtls_pdu.h>

Data Fields

int certificate_version
 
SignatureAlgorithm signature_algo
 
Identifierissuer
 
long valid_not_before
 
long valid_not_after
 
Identifiersubject
 
PublicKeyType pubkey_type
 
ParameterSpecifierparam_spec
 
PublicKeypubkey
 

Detailed Description

Definition at line 258 of file wtls_pdu.h.

Field Documentation

◆ certificate_version

int to_be_signed_cert::certificate_version

Definition at line 259 of file wtls_pdu.h.

◆ issuer

Identifier* to_be_signed_cert::issuer

Definition at line 261 of file wtls_pdu.h.

◆ param_spec

ParameterSpecifier* to_be_signed_cert::param_spec

Definition at line 266 of file wtls_pdu.h.

◆ pubkey

PublicKey* to_be_signed_cert::pubkey

Definition at line 267 of file wtls_pdu.h.

◆ pubkey_type

PublicKeyType to_be_signed_cert::pubkey_type

Definition at line 265 of file wtls_pdu.h.

◆ signature_algo

SignatureAlgorithm to_be_signed_cert::signature_algo

Definition at line 260 of file wtls_pdu.h.

◆ subject

Identifier* to_be_signed_cert::subject

Definition at line 264 of file wtls_pdu.h.

◆ valid_not_after

long to_be_signed_cert::valid_not_after

Definition at line 263 of file wtls_pdu.h.

◆ valid_not_before

long to_be_signed_cert::valid_not_before

Definition at line 262 of file wtls_pdu.h.


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.