Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Base64 encoding exception

Subject: OpenSAML user discussion

List archive

RE: Base64 encoding exception


Chronological Thread 
  • From: Scott Cantor <>
  • To: 'Richard Gundersen' <>,
  • Subject: RE: Base64 encoding exception
  • Date: Mon, 03 May 2004 17:52:50 -0400
  • Organization: The Ohio State University

> ## Result of POSTProfile.toBase64() ##
> [B@14b2f1a

Umm, well, obviously that's not the actual base64, that's just the Java
"pointer" to the bytes. If (and I'm not assuming this, but...) you actually
are sending something like that and trying to decode it, obviously that
isn't going to work.

Can you post a code snippet, maybe? You could take a look at the
POSTProfileTest in the tests/ directory for an example test case that dumps
the base64 and reads it back in.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page