351352353354355356357358359360361
if (! compat) { FetchResponse fetchResp = FetchResponse.createFetchResponse(); fetchResp.addAttributes(attrs); openidResp.addExtension(fetchResp); } // sign the message openidResp.setSignature(assoc.sign(openidResp.getSignedText())); }