<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 6/10/15 3:03 PM,
<a class="moz-txt-link-abbreviated" href="mailto:Stephen.CTR.Chappell@faa.gov">Stephen.CTR.Chappell@faa.gov</a> wrote:<br>
</div>
<blockquote
cite="mid:2AF57F3BA98ED14499D518E94F44EA5D1D6EB59E@006FCH1MPN2-022.006f.mgd2.msft.net"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">I’m upleveling some code to OpenSAML3 that
used the KeyInfoBuilder class. It looks like that class
doesn’t exist anymore? </p>
</div>
</blockquote>
<br>
No, it does exist. org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
in module opensaml-saml-impl.<br>
<br>
<br>
<br>
<br>
<blockquote
cite="mid:2AF57F3BA98ED14499D518E94F44EA5D1D6EB59E@006FCH1MPN2-022.006f.mgd2.msft.net"
type="cite">
<div class="WordSection1">
<p class="MsoNormal">Should I just use a
XMLObjectBuilder<KeyInfo> instead?<br>
</p>
</div>
</blockquote>
<br>
I just mentioned this recently in another thread:<br>
<br>
<blockquote type="cite">Btw, in both v2 and v3 we discourage direct
use of the -Builder classes like that. We recommend you obtain
XMLObject builders, marshallers and unmarshallers via the
registered providers. In v2, builder usage:<br>
<br>
<a class="moz-txt-link-freetext"
href="https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUsrManJavaCreateFromScratch">https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUsrManJavaCreateFromScratch</a><br>
<br>
In v3, no wiki docs yet, but either use the global
XMLObjectProviderRegistry via
org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport, or
the higher level methods on
org.opensaml.core.xml.util.XMLObjectSupport.<br>
</blockquote>
<br>
<br>
<br>
<br>
<br>
</body>
</html>