Sha256: e1d2deef04acc93d12f5b7d1b6abea16f58a46722bd1e3e1325bb4d2e83869eb
Contents?: true
Size: 1.62 KB
Versions: 2
Compression:
Stored size: 1.62 KB
Contents
/** * XMLSec library * * MSCrypto keys store * * This is free software; see Copyright file in the source * distribution for precise wording. * * Copyright (C) 2003 Cordys R&D BV, All rights reserved. */ #ifndef __XMLSEC_MSCRYPTO_KEYSSTORE_H__ #define __XMLSEC_MSCRYPTO_KEYSSTORE_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include <xmlsec/xmlsec.h> /**************************************************************************** * * MSCrypto Keys Store * ***************************************************************************/ /** * xmlSecMSCryptoKeysStoreId: * * A MSCrypto keys store klass id. */ #define xmlSecMSCryptoKeysStoreId xmlSecMSCryptoKeysStoreGetKlass() XMLSEC_CRYPTO_EXPORT xmlSecKeyStoreId xmlSecMSCryptoKeysStoreGetKlass (void); XMLSEC_CRYPTO_EXPORT int xmlSecMSCryptoKeysStoreAdoptKey (xmlSecKeyStorePtr store, xmlSecKeyPtr key); XMLSEC_CRYPTO_EXPORT int xmlSecMSCryptoKeysStoreLoad (xmlSecKeyStorePtr store, const char *uri, xmlSecKeysMngrPtr keysMngr); XMLSEC_CRYPTO_EXPORT int xmlSecMSCryptoKeysStoreSave (xmlSecKeyStorePtr store, const char *filename, xmlSecKeyDataType type); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __XMLSEC_MSCRYPTO_KEYSSTORE_H__ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/keysstore.h |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/include/xmlsec/mscrypto/keysstore.h |