Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Re: Not able to load certificate into the Signed Attribute Query

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Re: Not able to load certificate into the Signed Attribute Query


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Cc: Chandra Tondepu <>
  • Subject: Re: [OpenSAML] Re: Not able to load certificate into the Signed Attribute Query
  • Date: Tue, 19 Jan 2010 16:20:15 -0500



On 1/14/10 3:21 PM, Chandra Tondepu wrote:
The issue is resolved.

While bootstraping ensure to
load xmltooling-1.2.0\src\main\resources\signature-config.xml.

If encryption is being done, the corresponding encryption-config.xml should
also be loaded.

Inshort, better load the .xml resources from xmltooling.jar, open-ws.jar and
opnesaml.jar to stayout of the trouble.

All of this is done for you if you use the supplied default method to bootstrap/configure the OpenSAML library, described here:


https://spaces.internet2.edu/display/OpenSAML/OSTwoUsrManJavaLibIntro


In short, call this static method *once* at the initialization stage of your code, before using any of the features of the library:

org.opensaml.DefaultBootstrap#bootstrap()


--Brent




Archive powered by MHonArc 2.6.16.

Top of Page