Skip to Content.
Sympa Menu

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

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] XSECCryptoKey


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: [OpenSAML] XSECCryptoKey
  • Date: Mon, 9 Aug 2010 11:57:10 -0400
  • Organization: The Ohio State University

> 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.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page