|
keysstore
Details
xmlSecNssKeysStoreId
#define xmlSecNssKeysStoreId xmlSecNssKeysStoreGetKlass() |
A Nss keys store klass id.
xmlSecNssKeysStoreGetKlass ()
xmlSecKeyStoreId xmlSecNssKeysStoreGetKlass (void); |
The Nss list based keys store klass.
xmlSecNssKeysStoreAdoptKey ()
Adds key to the store.
store : |
the pointer to Nss keys store. |
key : |
the pointer to key. |
Returns : |
0 on success or a negative value if an error occurs. |
xmlSecNssKeysStoreLoad ()
Reads keys from an XML file.
store : |
the pointer to Nss keys store. |
uri : |
the filename. |
keysMngr : |
the pointer to associated keys manager. |
Returns : |
0 on success or a negative value if an error occurs. |
xmlSecNssKeysStoreSave ()
Writes keys from store to an XML file.
store : |
the pointer to Nss 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
|
|