saltyrtc / saltyrtc-client-java

SaltyRTC Java implementation.
Apache License 2.0
3 stars 4 forks source link

Byte array to hex string conversion #71

Closed lgrahl closed 7 years ago

lgrahl commented 7 years ago

I even added tests! :)

lgrahl commented 7 years ago

@dbrgn Hasn't really worked. Other ideas how to fix Travis?

lgrahl commented 7 years ago

The CryptError? If it's JDK-dependent, it's likely due to a malformed message from the client, I guess. Most likely missing bytes. Are the length's different from JDK 7 to JDK 8?

dbrgn commented 7 years ago

Let's merge this for now.