Revision 49d4eba4
Von aquamaniac vor mehr als 21 Jahren hinzugefügt
src/impl/ipc/ipcxmlsecctx.h | ||
---|---|---|
void GWEN_IPCXMLSecCtx_SetLocalCryptKey(GWEN_SECCTX *sc,
|
||
const GWEN_CRYPTKEY *key);
|
||
|
||
/**
|
||
* Returns a pointer to the remote sign key, if any.
|
||
*/
|
||
const GWEN_CRYPTKEY *GWEN_IPCXMLSecCtx_GetRemoteSignKey(GWEN_SECCTX *sc);
|
||
|
||
/**
|
||
* Takes over ownership of the given key.
|
||
*/
|
||
void GWEN_IPCXMLSecCtx_SetRemoteSignKey(GWEN_SECCTX *sc,
|
||
GWEN_CRYPTKEY *key);
|
||
|
||
/**
|
||
* Returns a pointer to the remote crypt key, if any.
|
||
*/
|
||
const GWEN_CRYPTKEY *GWEN_IPCXMLSecCtx_GetRemoteCryptKey(GWEN_SECCTX *sc);
|
||
|
||
/**
|
||
* Takes over ownership of the given key.
|
||
*/
|
Auch abrufbar als: Unified diff
- more work on IPC stuff
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@112 70169cfe-8b10-0410-8925-dcb4b91034d8