4 * This is free software; see Copyright file in the source
5 * distribution for preciese wording.
7 * Copyright ..........................
9 #ifndef __XMLSEC_NSS_CIPHERS_H__
10 #define __XMLSEC_NSS_CIPHERS_H__
14 #endif /* __cplusplus */
16 #include <xmlsec/xmlsec.h>
17 #include <xmlsec/keys.h>
18 #include <xmlsec/transforms.h>
21 XMLSEC_CRYPTO_EXPORT
int xmlSecNssSymKeyDataAdoptKey( xmlSecKeyDataPtr data
,
22 PK11SymKey
* symkey
) ;
24 XMLSEC_CRYPTO_EXPORT xmlSecKeyDataPtr
xmlSecNssSymKeyDataKeyAdopt( PK11SymKey
* symKey
) ;
26 XMLSEC_CRYPTO_EXPORT PK11SymKey
* xmlSecNssSymKeyDataGetKey(xmlSecKeyDataPtr data
);
31 #endif /* __cplusplus */
33 #endif /* __XMLSEC_NSS_CIPHERS_H__ */