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 00:14:29 +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=u0iMtnTCCgSQdGw2CquNgLb40UzwEQa97PMOdXSP/IOCj/DJ+SFL5bHn5pWFpTnNnl Wuk7QT6np8/yFcNkA50k4Uyrh3loO9rh5K/V7574XNkbltQ8eYn4zrcCz6QYiJ06TULE ERPM5UN8sDsbz5caUpBxmluxyd+9tjJy5YeGE=

the attachment is a test about XMLTooling::DateTime. In my computer(debian testing gcc-4.3.4, xerces-3.1.0,xml-security-c-1.5.1, xmltooling-1.3.3, opensaml-2.3.0)
the result from DateTime is 0000-00-00T00:00:00.000Z

and another question, I try to sign an assertion. according samlsign and samltest, I need initialse a Credential using CredentialResolver , and the Resolver need get certificate path information. But , if i hope to sign saml assertions by a special way like the given local cert or ldap , may I get them in other api like IO , ldap ,sql ... , and setCertificate(XSecCryptoKey* key) directly.

maybe I am wrong, I think Securityhelper should do so, and it provide some functions  like loadCertificateFromFile, but I could not know, how to use it when I try to sign and crypto a saml assertion.

for your help, thanks



On Tue, Mar 23, 2010 at 1:47 AM, Scott Cantor <> wrote:
> the following is the code:
> DateTime now(); // I thinks it should return the current t

I believe you'd be incorrect, there's a constructor that takes a time_t if
you want to construct something with time(NULL).

-- Scott



Attachment: datetime.cpp
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of Page