OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
pkcs12_bag_st Struct Reference

#include <pkcs12.h>

Public Attributes

ASN1_OBJECTtype
 
union {
   ASN1_OCTET_STRING *   x509cert
 
   ASN1_OCTET_STRING *   x509crl
 
   ASN1_OCTET_STRING *   octet
 
   ASN1_IA5STRING *   sdsicert
 
   ASN1_TYPE *   other
 
value
 
union {
   ASN1_OCTET_STRING *   x509cert
 
   ASN1_OCTET_STRING *   x509crl
 
   ASN1_OCTET_STRING *   octet
 
   ASN1_IA5STRING *   sdsicert
 
   ASN1_TYPE *   other
 
value
 

Detailed Description

Definition at line 127 of file pkcs12.h.

Member Data Documentation

ASN1_OCTET_STRING* pkcs12_bag_st::octet

Definition at line 132 of file pkcs12.h.

ASN1_TYPE* pkcs12_bag_st::other

Definition at line 134 of file pkcs12.h.

ASN1_IA5STRING* pkcs12_bag_st::sdsicert

Definition at line 133 of file pkcs12.h.

ASN1_OBJECT * pkcs12_bag_st::type

Definition at line 128 of file pkcs12.h.

union { ... } pkcs12_bag_st::value
union { ... } pkcs12_bag_st::value
ASN1_OCTET_STRING* pkcs12_bag_st::x509cert

Definition at line 130 of file pkcs12.h.

ASN1_OCTET_STRING* pkcs12_bag_st::x509crl

Definition at line 131 of file pkcs12.h.


The documentation for this struct was generated from the following files: