org.http4s.client.oauth1.SignatureAlgorithm
See theSignatureAlgorithm companion object
trait SignatureAlgorithm
Implementations for Oauth1 signatures.
Attributes
- Companion
- object
- Source
- SignatureAlgorithm.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
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
Attributes
- Returns
-
The base64-encoded output
- Source
- SignatureAlgorithm.scala
Attributes
- Returns
-
The signature method name per the oauth1.0 spec
- Source
- SignatureAlgorithm.scala
Concrete 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
Attributes
- Returns
-
The base64-encoded output
- Source
- SignatureAlgorithm.scala
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
Attributes
- Returns
-
The ByteVector output
- Source
- SignatureAlgorithm.scala
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
Attributes
- Returns
-
The hexadecimal-encoded output
- Source
- SignatureAlgorithm.scala
In this article