Hmac
fmgp.typings.jsSha256.mod.Hmac
trait Hmac extends StObject
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Computes a Hash-based message authentication code (HMAC) using a secret key
Computes a Hash-based message authentication code (HMAC) using a secret key
Value parameters
- message
-
The message you want to hash.
- secretKey
-
The Secret Key
Attributes
Return hash in integer array.
Return hash in integer array.
Value parameters
- message
-
The message you want to hash.
- secretKey
-
The Secret Key
Attributes
Return hash in ArrayBuffer.
Return hash in ArrayBuffer.
Value parameters
- message
-
The message you want to hash.
- secretKey
-
The Secret Key
Attributes
Create a hash object using a secret key.
Create a hash object using a secret key.
Value parameters
- secretKey
-
The Secret Key
Attributes
Return hash in integer array.
Return hash in integer array.
Value parameters
- message
-
The message you want to hash.
- secretKey
-
The Secret Key
Attributes
Return hash in hex string.
Return hash in hex string.
Value parameters
- message
-
The message you want to hash.
- secretKey
-
The Secret Key
Attributes
In this article