Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] XSECCryptoKey

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] XSECCryptoKey


Chronological Thread 
  • From: Chris Card <>
  • To: <>
  • Subject: RE: [OpenSAML] XSECCryptoKey
  • Date: Mon, 9 Aug 2010 16:10:19 +0000
  • Importance: Normal

Thanks Scott,


> > the function xmlsignature::Signature::setSigningKey() takes an
> > XSECCryptoKey*, but how do I create an XSECCryptoKey object in the first
> > place?
>
> That's effectively the same question you asked before. Either you need to
> use the Credential/CredentialResolver mechanisms in the xmltooling library,
> or directly produce the lower-level objects with the SecurityHelper class or
> one of the mechanisms supported by the xml-security library, which is pretty
> much just using openssl. That's what the SecurityHelper methods do.
Yes, I can see SecurityHelper::loadKeyFromFile() now - I think that's what I need.

Chris




Archive powered by MHonArc 2.6.16.

Top of Page