> I did some interop testing with the Commons Codec Base64 implementation
> and the JDK8 java.util one, and the output is different. I have to explicitly
> use
> new byte[] {'\n'} for the line break to get them to work with Santuario.Could you define "work with"? I know we use commons in our code and I don't think we've had issues consuming signatures. If you mean "get them to produce the same encoded output", that's understandable. -- Scott
