Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAMLSubject using KeyInfo

Subject: OpenSAML user discussion

List archive

RE: SAMLSubject using KeyInfo


Chronological Thread 
  • From: Scott Cantor <>
  • To: 'Paul Mazzuca' <>,
  • Subject: RE: SAMLSubject using KeyInfo
  • Date: Tue, 20 Apr 2004 12:18:02 -0400
  • Organization: The Ohio State University

> DocumentBuilderFactory dbf =
> DocumentBuilderFactory.newInstance();
> DocumentBuilder db = dbf.newDocumentBuilder();
> Document d = db.newDocument();
> KeyInfo keyInfo = new KeyInfo(d);
> keyInfo.addKeyValue(cert.getPublicKey())
>
> but no luck, because obviously I have not yet made the
> keyInfo to an element.

That looks roughly correct, if memory serves. In what way is it not working?

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page