SignatureAlgorithm

Implementations for Oauth1 signatures.

Companion
object
class Object
trait Matchable
class Any
object HmacSha1
object HmacSha256
object HmacSha512

Value members

Abstract methods

def generate(input: String, secretKey: String): String

Apply the implementation's algorithm to the input

Apply the implementation's algorithm to the input

Value Params
input

The input value

secretKey

The secret key

Returns

The base64-encoded output

def name: String
Returns

The signature method name per the oauth1.0 spec