bump product version to 4.1.6.2
[LibreOffice.git] / libxmlsec / include / ciphers.h
blob8088614dee74a73992473ff193d02b7bb211decb
1 /**
2 * XMLSec library
4 * This is free software; see Copyright file in the source
5 * distribution for preciese wording.
7 * Copyright ..........................
8 */
9 #ifndef __XMLSEC_NSS_CIPHERS_H__
10 #define __XMLSEC_NSS_CIPHERS_H__
12 #ifdef __cplusplus
13 extern "C" {
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);
29 #ifdef __cplusplus
31 #endif /* __cplusplus */
33 #endif /* __XMLSEC_NSS_CIPHERS_H__ */