Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Password based encryption (PBE) functions.

These methods are used to generate a PKCS #12 encoded file.

PBE_NULL – no specific PBE method selected PBE_SHA1_RC2_CBC – PBE with SHA1 and RC2 CBC PBE_SHA1_128BITRC4 – PBE with SHA1 and 128 Bit RC4 PBE_SHA1_40BITRC4 – PBE with SHA1 and 40 Bit RC4 PBE_SHA1_3KEY_TRIPLEDES_CBC – PBE with SHA1 and 3 Key Triple DES CBC PBE_SHA1_2KEY_TRIPLEDES_CBC – PBE with SHA1 and 2 Key Triple DES CBC PBE_SHA1_128BITRC2_CBC – PBE with SHA1 and 128 Bit RC2 CBC PBE_SHA1_40BITRC2_CBC – PBE with SHA1 and 40 Bit RC2 CBC PBE_SHA1_DES_CBC – PBE with SHA1 and DES CBC

Enumerator
PBE_NULL 
PBE_SHA1_RC2_CBC 
PBE_SHA1_128BITRC4 
PBE_SHA1_40BITRC4 
PBE_SHA1_3KEY_TRIPLEDES_CBC 
PBE_SHA1_2KEY_TRIPLEDES_CBC 
PBE_SHA1_128BITRC2_CBC 
PBE_SHA1_40BITRC2_CBC 
PBE_SHA1_DES_CBC 
PBE_MAX 

Definition at line 43 of file p6pkcs12.h.