HmacSha1

An implementation of the HMAC-SHA1 oauth signature method.

This uses the HmacSHA1 implementation which every java platform is required to have.

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