trait SignatureAlgorithm
Implementations for Oauth1 signatures.
- Companion:
- object
- Source:
- SignatureAlgorithm.scala
Value members
Abstract methods
Apply the implementation's algorithm to the input
Apply the implementation's algorithm to the input
- Value parameters:
- input
The input value
- secretKey
The secret key
- Returns:
The base64-encoded output
- Source:
- SignatureAlgorithm.scala