HmacSha1

An implementation of the HMAC-SHA1 oauth signature method.

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

Source:
SignatureAlgorithm.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Deprecated and Inherited methods

@deprecated("Use generate[F[_]: MonadThrow] instead", "0.22.5")
def generate(input: String, secretKey: String): String
Deprecated
Inherited from:
SignatureAlgorithm
Source:
SignatureAlgorithm.scala

Concrete fields