digikam
#include <crypto_misc.h>
Public Attributes | |
char * | ca_cert_dn [X509_NUM_DN_TYPES] |
char * | cert_dn [X509_NUM_DN_TYPES] |
bigint * | digest |
struct { | |
unsigned char md5 [MD5_SIZE] | |
unsigned char sha1 [SHA1_SIZE] | |
} | fingerprint |
struct _x509_ctx * | next |
SSL_DateTime | not_after |
SSL_DateTime | not_before |
RSA_CTX * | rsa_ctx |
uint16_t | sig_len |
uint8_t | sig_type |
uint8_t * | signature |
char ** | subject_alt_dnsnames |
Detailed Description
Definition at line 68 of file crypto_misc.h.
Member Data Documentation
char* _x509_ctx::ca_cert_dn[X509_NUM_DN_TYPES] |
Definition at line 70 of file crypto_misc.h.
char* _x509_ctx::cert_dn[X509_NUM_DN_TYPES] |
Definition at line 71 of file crypto_misc.h.
bigint* _x509_ctx::digest |
Definition at line 79 of file crypto_misc.h.
struct { ... } _x509_ctx::fingerprint |
unsigned char _x509_ctx::md5[MD5_SIZE] |
Definition at line 81 of file crypto_misc.h.
struct _x509_ctx* _x509_ctx::next |
Definition at line 84 of file crypto_misc.h.
SSL_DateTime _x509_ctx::not_after |
Definition at line 74 of file crypto_misc.h.
SSL_DateTime _x509_ctx::not_before |
Definition at line 73 of file crypto_misc.h.
RSA_CTX* _x509_ctx::rsa_ctx |
Definition at line 78 of file crypto_misc.h.
unsigned char _x509_ctx::sha1[SHA1_SIZE] |
Definition at line 82 of file crypto_misc.h.
uint16_t _x509_ctx::sig_len |
Definition at line 76 of file crypto_misc.h.
uint8_t _x509_ctx::sig_type |
Definition at line 77 of file crypto_misc.h.
uint8_t* _x509_ctx::signature |
Definition at line 75 of file crypto_misc.h.
char** _x509_ctx::subject_alt_dnsnames |
Definition at line 72 of file crypto_misc.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 04:27:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.