Question

I was wondering if there would be a way to get a HMAC-SHA1 signature in scala without having to compile a java class with the code everyone use in java. Any ideas?

Was it helpful?

Solution

Not sure what are you trying to do, but here http://technically.us/code/x/oauth-here-she-comes you can find an example of how to do HMAC-SHA1 (for OAuth) in Scala

OTHER TIPS

If you're looking to avoid dealing with having Java source files in your Scala project, just translate the Java code into Scala. It should be a very straightforward task.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top