

|
app
Synopsis
int xmlSecNssAppInit (const char *config);
int xmlSecNssAppShutdown (void);
int xmlSecNssAppSimpleKeysMngrInit (xmlSecKeysMngrPtr mngr);
int xmlSecNssAppSimpleKeysMngrAdoptKey
(xmlSecKeysMngrPtr mngr,
xmlSecKeyPtr key);
int xmlSecNssAppSimpleKeysMngrLoad (xmlSecKeysMngrPtr mngr,
const char *uri);
int xmlSecNssAppSimpleKeysMngrSave (xmlSecKeysMngrPtr mngr,
const char *filename,
xmlSecKeyDataType type);
int xmlSecNssAppKeysMngrPemCertLoad (xmlSecKeysMngrPtr mngr,
const char *filename,
int trusted);
int xmlSecNssAppKeysMngrAddCertsPath
(xmlSecKeysMngrPtr mngr,
const char *path);
xmlSecKeyPtr xmlSecNssAppPemKeyLoad (const char *keyfile,
const char *keyPwd,
void *keyPwdCallback);
xmlSecKeyPtr xmlSecNssAppPkcs12Load (const char *filename,
const char *pwd);
int xmlSecNssAppKeyPemCertLoad (xmlSecKeyPtr key,
const char *filename); |
Details
xmlSecNssAppInit ()
int xmlSecNssAppInit (const char *config); |
xmlSecNssAppShutdown ()
int xmlSecNssAppShutdown (void); |
xmlSecNssAppSimpleKeysMngrInit ()
xmlSecNssAppSimpleKeysMngrAdoptKey ()
xmlSecNssAppSimpleKeysMngrLoad ()
xmlSecNssAppSimpleKeysMngrSave ()
xmlSecNssAppKeysMngrPemCertLoad ()
int xmlSecNssAppKeysMngrPemCertLoad (xmlSecKeysMngrPtr mngr,
const char *filename,
int trusted); |
xmlSecNssAppKeysMngrAddCertsPath ()
xmlSecNssAppPemKeyLoad ()
xmlSecKeyPtr xmlSecNssAppPemKeyLoad (const char *keyfile,
const char *keyPwd,
void *keyPwdCallback); |
xmlSecNssAppPkcs12Load ()
xmlSecKeyPtr xmlSecNssAppPkcs12Load (const char *filename,
const char *pwd); |
xmlSecNssAppKeyPemCertLoad ()
int xmlSecNssAppKeyPemCertLoad (xmlSecKeyPtr key,
const char *filename); |
|
Aleksey Sanin
|
|