summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_assertion.h')
-rw-r--r--lasso/xml/saml_assertion.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/lasso/xml/saml_assertion.h b/lasso/xml/saml_assertion.h
index 9b6560cc..1a556af7 100644
--- a/lasso/xml/saml_assertion.h
+++ b/lasso/xml/saml_assertion.h
@@ -75,6 +75,12 @@ struct _LassoSamlAssertion {
char *AssertionID;
char *Issuer;
char *IssueInstant;
+
+ /* ds:Signature stuff */
+ lassoSignatureType sign_type;
+ lassoSignatureMethod sign_method;
+ char *private_key_file;
+ char *certificate_file;
};
struct _LassoSamlAssertionClass {
@@ -84,11 +90,6 @@ struct _LassoSamlAssertionClass {
LASSO_EXPORT GType lasso_saml_assertion_get_type(void);
LASSO_EXPORT LassoNode* lasso_saml_assertion_new(void);
-LASSO_EXPORT gint lasso_saml_assertion_set_signature(LassoSamlAssertion *node,
- gint sign_method,
- const xmlChar *private_key_file,
- const xmlChar *certificate_file);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */