Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 49d4eba4

Von aquamaniac vor mehr als 21 Jahren hinzugefügt

  • ID 49d4eba44f39b19e9f23af2308a808a938398e66
  • Vorgänger 0ccf3b9f
  • Nachfolger be9b4fdf

- more work on IPC stuff

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@112 70169cfe-8b10-0410-8925-dcb4b91034d8

Unterschiede anzeigen:

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