~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to lasso/id-ff/providerprivate.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: providerprivate.h,v 1.4 2005/04/25 10:43:48 fpeters Exp $ 
 
1
/* $Id: providerprivate.h,v 1.6 2005/09/26 15:02:52 nclapies Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
39
39
int lasso_provider_verify_signature(LassoProvider *provider,
40
40
                const char *message, const char *id_attr_name, LassoMessageFormat format);
41
41
LibertyConformanceLevel lasso_provider_compatibility_level(LassoProvider *provider);
42
 
void lasso_provider_load_public_key(LassoProvider *provider);
 
42
gboolean lasso_provider_load_public_key(LassoProvider *provider);
 
43
xmlSecKey* lasso_provider_get_public_key(LassoProvider *provider);
43
44
 
44
45
 
45
46
#ifdef __cplusplus