|
sipxtacklib
Version 3.3
|
#include "nspr.h"#include "secutil.h"#include "pk11func.h"#include "pkcs12.h"#include "p12plcy.h"#include "nss.h"#include "secport.h"#include "certdb.h"
Go to the source code of this file.
Functions | |
| bool | P12Wrapper_Init (char *dir, char *dbprefix) |
| SECStatus | P12Wrapper_ImportPKCS12ObjectFromBuffer (char *pkcs12Buffer, int pkcs12Size, PK11SlotInfo *slot, SECItem *slotPw, SECItem *p12FilePw) |
| bool P12Wrapper_Init | ( | char * | dir, |
| char * | dbprefix | ||
| ) |
| SECStatus P12Wrapper_ImportPKCS12ObjectFromBuffer | ( | char * | pkcs12Buffer, |
| int | pkcs12Size, | ||
| PK11SlotInfo * | slot, | ||
| SECItem * | slotPw, | ||
| SECItem * | p12FilePw | ||
| ) |