Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6pkcs12.h File Reference
#include "p6cert.h"
#include "p6cryptokey.h"

Go to the source code of this file.

Classes

interface  P6R::p6IPkcs12
 
struct  P6R::P6PKCS12_OPTIONS
 

Namespaces

 P6R
 

Macros

#define COMP_p6Pkcs12   {0x386668E1,0xA176,0x4D8E,{0x86,0x93,0x36,0xFC,0x2F,0xE2,0xB2,0xA9}}
 
#define IF_p6IPkcs12   {0x930A32BE,0x1080,0x43CF,{0x98,0x25,0xA4,0x7C,0x46,0xEF,0x69,0x68}}
 
#define INTERFACE   p6IPkcs12
 

Typedefs

typedef P6UINT32 P6R::P6PKCS12FLAGS
 

Enumerations

enum  P6R::P6PBEMETHOD {
  P6R::PBE_NULL, P6R::PBE_SHA1_RC2_CBC, P6R::PBE_SHA1_128BITRC4, P6R::PBE_SHA1_40BITRC4,
  P6R::PBE_SHA1_3KEY_TRIPLEDES_CBC, P6R::PBE_SHA1_2KEY_TRIPLEDES_CBC, P6R::PBE_SHA1_128BITRC2_CBC, P6R::PBE_SHA1_40BITRC2_CBC,
  P6R::PBE_SHA1_DES_CBC, P6R::PBE_MAX
}
 

Detailed Description

Interface for importing and exporting PKCS12 format files.

Definition in file p6pkcs12.h.