| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <wtls_pdu.h>
Data Fields | |
| int | certificate_version | 
| SignatureAlgorithm | signature_algo | 
| Identifier * | issuer | 
| long | valid_not_before | 
| long | valid_not_after | 
| Identifier * | subject | 
| PublicKeyType | pubkey_type | 
| ParameterSpecifier * | param_spec | 
| PublicKey * | pubkey | 
Definition at line 258 of file wtls_pdu.h.
| int to_be_signed_cert::certificate_version | 
Definition at line 259 of file wtls_pdu.h.
| Identifier* to_be_signed_cert::issuer | 
Definition at line 261 of file wtls_pdu.h.
| ParameterSpecifier* to_be_signed_cert::param_spec | 
Definition at line 266 of file wtls_pdu.h.
| PublicKey* to_be_signed_cert::pubkey | 
Definition at line 267 of file wtls_pdu.h.
| PublicKeyType to_be_signed_cert::pubkey_type | 
Definition at line 265 of file wtls_pdu.h.
| SignatureAlgorithm to_be_signed_cert::signature_algo | 
Definition at line 260 of file wtls_pdu.h.
| Identifier* to_be_signed_cert::subject | 
Definition at line 264 of file wtls_pdu.h.
| long to_be_signed_cert::valid_not_after | 
Definition at line 263 of file wtls_pdu.h.
| long to_be_signed_cert::valid_not_before | 
Definition at line 262 of file wtls_pdu.h.