Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] unable to obtain typed builder for ...

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] unable to obtain typed builder for ...


Chronological Thread 
  • From: owen nirvana <>
  • To:
  • Subject: Re: [OpenSAML] unable to obtain typed builder for ...
  • Date: Wed, 24 Mar 2010 10:28:40 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=dg5S0G49QT/WASpqL3Bv/HBesI20b/5zRCnM3vbac5Nqibk5lx5AhpmCVb1aM2v/7Y BL3h7nZD1fKDj/oEvAozLF5Kq8m7IQ7qQryKn34e1YmpIHrWQHlm6yaegz4JH8/1KDF3 JLQHsbnuWm+/iRBeiK95d3ZlwtMPLos5M2L6E=

parseDateTime is called after now was initialised, and now was constructed with the initialised time_t variable or with empty constructor, it should be valid

On Wed, Mar 24, 2010 at 2:04 AM, Scott Cantor <> wrote:
> so if could an interface like
> resolver(const char* cert/key), I think it is a good idea personally.

You don't need a resolver for the low level APIs, you need a Credential, and
I told you the class to use for that (BasicX509Credential).

-- Scott


the constructors of BasicX509Credential are all protedted. so you mean I should write a sub-class or modify their protected attributes?




On Wed, Mar 24, 2010 at 2:15 AM, Scott Cantor <> wrote:
> will be error info: terminate called after throwing an instance of
> 'xmltooling::XMLParserException' what() : Error in parsing time

Then the object input to initialize it was invalid.

-- Scott






Archive powered by MHonArc 2.6.16.

Top of Page