xmlsec_keysmngr.h File Reference

Typedef xmlSecKeyKlass

typedef struct _xmlSecKeyKlass xmlSecKeyKlass

Typedef xmlSecKeyId

typedef struct _xmlSecKeyKlass * xmlSecKeyId

Typedef xmlSecKeyStoreKlass

typedef struct _xmlSecKeyStoreKlass xmlSecKeyStoreKlass

Typedef xmlSecKeyStoreId

typedef struct _xmlSecKeyStoreKlass * xmlSecKeyStoreId

Typedef xmlSecGetKeyCallback

typedef xmlSecKeyPtr (* xmlSecGetKeyCallback

xmlSecGetKeyCallback: : the pointer to <dsig:KeyInfo/> node. : the pointer to <dsig:KeyInfo/> node processing context.

Reads the <dsig:KeyInfo/> node and extracts the key.

Returns the pointer to key or NULL if the key is not found or an error occurs.

Typedef xmlSecKeyStoreInitializeMethod

typedef int(* xmlSecKeyStoreInitializeMethod

xmlSecKeyStoreInitializeMethod: : the store.

Keys store specific initialization method.

Returns 0 on success or a negative value if an error occurs.

Typedef xmlSecKeyStoreFinalizeMethod

typedef void(* xmlSecKeyStoreFinalizeMethod

xmlSecKeyStoreFinalizeMethod: : the store.

Keys store specific finalization (destroy) method.