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)

Source:
SignatureAlgorithm.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

override def generate[F[_] : Async](input: String, secretKey: String): F[String]

Concrete fields