ops_public_key_t Struct Reference

Structure to hold one pgp public key. More...

#include <packet.h>


Data Fields

ops_version_t version
time_t creation_time
unsigned days_valid
ops_public_key_algorithm_t algorithm
ops_public_key_union_t key


Detailed Description

Structure to hold one pgp public key.


Field Documentation

ops_public_key_algorithm_t ops_public_key_t::algorithm
 

Public Key Algorithm type

time_t ops_public_key_t::creation_time
 

when the key was created. Note that interpretation varies with key version.

unsigned ops_public_key_t::days_valid
 

validity period of the key in days since creation. A value of 0 has a special meaning indicating this key does not expire. Only used with v3 keys.

ops_public_key_union_t ops_public_key_t::key
 

Public Key Parameters

ops_version_t ops_public_key_t::version
 

version of the key (v3, v4...)


The documentation for this struct was generated from the following file:
Generated on Wed May 22 00:00:02 2013 for OpenPGP:SDK by  doxygen 1.4.6