|
My Project
|
#include <gridsite.h>
Data Fields | |
| int | type |
| int | errors |
| char * | issuer |
| char * | dn |
| char * | value |
| time_t | notbefore |
| time_t | notafter |
| int | delegation |
| char | serial [GRST_X509_SERIAL_DIGITS+1] |
| char * | ocsp |
| void * | raw |
| void * | next |
| int GRSTx509Cert::delegation |
| char* GRSTx509Cert::dn |
| int GRSTx509Cert::errors |
| char* GRSTx509Cert::issuer |
| void* GRSTx509Cert::next |
| time_t GRSTx509Cert::notafter |
| time_t GRSTx509Cert::notbefore |
| char* GRSTx509Cert::ocsp |
| void* GRSTx509Cert::raw |
| char GRSTx509Cert::serial[GRST_X509_SERIAL_DIGITS+1] |
| int GRSTx509Cert::type |
| char* GRSTx509Cert::value |