Skip to Content.
Sympa Menu

mace-opensaml-users - Re: RE: Base64 encoding exception

Subject: OpenSAML user discussion

List archive

Re: RE: Base64 encoding exception


Chronological Thread 
  • From:
  • To:
  • Subject: Re: RE: Base64 encoding exception
  • Date: Mon, 3 May 2004 18:50:52 -0400 (EDT)

>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

On a related note, why are the base64 functions based on byte [] on the
encoded side ? wouldn't they be more useful if they returned / accepted a
string ?

Thanks
Simon



Archive powered by MHonArc 2.6.16.

Top of Page