Search
Preparing search index...
The search index is not available
Stacks.js 1.0.0 Library Reference
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
WebCryptoHmacSha256
Class WebCryptoHmacSha256
Hierarchy
WebCryptoHmacSha256
Implements
Hmac
Index
Constructors
constructor
Properties
subtle
Crypto
Methods
digest
Constructors
constructor
new
Web
Crypto
Hmac
Sha256
(
subtleCrypto
:
SubtleCrypto
)
:
WebCryptoHmacSha256
Parameters
subtleCrypto:
SubtleCrypto
Returns
WebCryptoHmacSha256
Properties
subtle
Crypto
subtle
Crypto
:
SubtleCrypto
Methods
digest
digest
(
key
:
Buffer
, data
:
Buffer
)
:
Promise
<
Buffer
>
Parameters
key:
Buffer
data:
Buffer
Returns
Promise
<
Buffer
>
Globals
Web
Crypto
Hmac
Sha256
constructor
subtle
Crypto
digest
Generated using
TypeDoc