|
keysstore
Details
xmlSecMSCryptoKeysStoreId
#define xmlSecMSCryptoKeysStoreId xmlSecMSCryptoKeysStoreGetKlass() |
A MSCrypto keys store klass id.
xmlSecMSCryptoKeysStoreGetKlass ()
xmlSecKeyStoreId xmlSecMSCryptoKeysStoreGetKlass
(void); |
The MSCrypto list based keys store klass.
Returns : |
MSCrypto list based keys store klass. |
xmlSecMSCryptoKeysStoreAdoptKey ()
Adds key to the store.
store : |
the pointer to MSCrypto keys store. |
key : |
the pointer to key. |
Returns : |
0 on success or a negative value if an error occurs. |
xmlSecMSCryptoKeysStoreLoad ()
Reads keys from an XML file.
store : |
the pointer to MSCrypto keys store. |
uri : |
the filename. |
keysMngr : |
the pointer to associated keys manager. |
Returns : |
0 on success or a negative value if an error occurs. |
xmlSecMSCryptoKeysStoreSave ()
Writes keys from store to an XML file.
store : |
the pointer to MSCrypto keys store. |
filename : |
the filename. |
type : |
the saved keys type (public, private, ...). |
Returns : |
0 on success or a negative value if an error occurs. |
|
Aleksey Sanin
|
|