sipxtacklib  Version 3.3
pk12wrapper.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #include "nspr.h"
12 #include "secutil.h"
13 #include "pk11func.h"
14 #include "pkcs12.h"
15 #include "p12plcy.h"
16 #include "nss.h"
17 #include "secport.h"
18 #include "certdb.h"
19 
20 bool P12Wrapper_Init(char *dir, char *dbprefix);
21 
22 SECStatus P12Wrapper_ImportPKCS12ObjectFromBuffer(char *pkcs12Buffer, int pkcs12Size, PK11SlotInfo *slot,
23  SECItem *slotPw, SECItem *p12FilePw);
24 
bool P12Wrapper_Init(char *dir, char *dbprefix)
SECStatus P12Wrapper_ImportPKCS12ObjectFromBuffer(char *pkcs12Buffer, int pkcs12Size, PK11SlotInfo *slot, SECItem *slotPw, SECItem *p12FilePw)

sipXtackLib home page