HmacSha512
An implementation of the HMAC-SHA512 oauth signature method.
WARNING - This uses the HmacSHA512 implementation which is *not* required to be present by the Java spec. (However, most modern Java runtimes tend to have it)
Attributes
- Source
- SignatureAlgorithm.scala
- Graph
-
- Supertypes
- Self type
-
HmacSha512.type
Members list
Value members
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
- Definition Classes
- 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
- Definition Classes
- Source
- SignatureAlgorithm.scala
Inherited 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
- Inherited from:
- SignatureAlgorithm
- 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
- Inherited from:
- SignatureAlgorithm
- Source
- SignatureAlgorithm.scala
Concrete fields
Attributes
- Returns
-
The signature method name per the oauth1.0 spec
- Source
- SignatureAlgorithm.scala