Top |
char * | lasso_build_unique_id () |
gboolean | lasso_profile_is_saml_query () |
LassoSaml2EncryptedElement * | lasso_provider_saml2_node_encrypt () |
char *
lasso_build_unique_id (unsigned int size
);
Builds an ID which has an unicity probability of 2^(-size*4).
LassoSaml2EncryptedElement * lasso_provider_saml2_node_encrypt (const LassoProvider *provider
,LassoNode *lasso_node
);
Dump the node object to an XML fragment, then encrypt this fragment using encryption key of
provider
, then encapsulate the resulting encrypted content into a LassoSaml2EncryptedElement.