HmacSha512

An implementation of the HMAC-SHA512 oauth signature method.

WARNING - This uses the HmacSHA512 implementation which is not required to be present by the Java spec. (However, most modern Java runtimes tend to have it)

class Object
trait Matchable
class Any

Value members

Concrete methods

override def generate(input: String, secretKey: String): String
Definition Classes

Concrete fields

override val name: String