#include <wsseapi.h>
Collaboration diagram for soap_wsse_data:
Public Attributes | |
int | sign_alg |
const void * | sign_key |
int | sign_keylen |
int | vrfy_alg |
const void * | vrfy_key |
int | vrfy_keylen |
soap_wsse_digest * | digest |
int(* | fpreparesend )(struct soap *, const char *, size_t) |
int(* | fpreparefinalsend )(struct soap *) |
int(* | fdisconnect )(struct soap *) |
X509_STORE * | store |
const void *(* | security_token_handler )(struct soap *soap, int alg, int *keylen) |
The signature key (private) and verification key (public) are kept in the plugin data, together with other info.
|
List of ID-hash pairs |
|
|
|
|
|
|
|
|
|
The digest or signature algorithm used |
|
EVP_PKEY or key string for HMAC |
|
HMAC key length |
|
|
|
The signature verify algorithm used |
|
EVP_PKEY or key string for HMAC verify |
|
HMAC key length |