4 * This is free software; see Copyright file in the source
5 * distribution for preciese wording.
7 * Copyright ..........................
9 #ifndef __XMLSEC_NSS_AKMNGR_H__
10 #define __XMLSEC_NSS_AKMNGR_H__
17 #include <xmlsec/xmlsec.h>
18 #include <xmlsec/keys.h>
19 #include <xmlsec/transforms.h>
23 #endif /* __cplusplus */
25 XMLSEC_CRYPTO_EXPORT xmlSecKeysMngrPtr
26 xmlSecNssAppliedKeysMngrCreate(
29 CERTCertDBHandle
* handler
32 XMLSEC_CRYPTO_EXPORT
int
33 xmlSecNssAppliedKeysMngrSymKeyLoad(
34 xmlSecKeysMngrPtr mngr
,
38 XMLSEC_CRYPTO_EXPORT
int
39 xmlSecNssAppliedKeysMngrPubKeyLoad(
40 xmlSecKeysMngrPtr mngr
,
41 SECKEYPublicKey
* pubKey
44 XMLSEC_CRYPTO_EXPORT
int
45 xmlSecNssAppliedKeysMngrPriKeyLoad(
46 xmlSecKeysMngrPtr mngr
,
47 SECKEYPrivateKey
* priKey
52 #endif /* __cplusplus */
54 #endif /* __XMLSEC_NSS_AKMNGR_H__ */