I was wondering if there is a way to get the HMAC-SHA1 signature in scala without having to compile the java class with the code that everyone uses in java . Any ideas?
Not sure what you are 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
If you want to avoid using Java source files in your Scala project, just translate the Java code into Scala. This should be a very simple task.
Source: https://habr.com/ru/post/1711318/More articles:Convert XSLT with score - xmlFBJS on facebook - javascriptCalling the cleanup code in mod_perl - perlHow can I call 3 REST endpoints at the same time? - javaexecuting a PHP script from program C and storing the results in a variable - cHow to make Vim an extension of markers? - vimComparison of XmlDocument - c #Access text box from jQuery - javascriptСоздание прокси-сервера Proxy/Stub в VS 2008 - visual-studio-2008Several methods or parameters? - methodsAll Articles