AbstractHmacAlgorithm

AbstractHmacAlgorithm ⇐ AbstractAlgorithm

Kind: global abstract class
Extends: AbstractAlgorithm
Model:
Properties

NameTypeDescription
isHmacboolean

Flag to identify HMAC

nameString

Name to be used

hashString

hash to be used, by default $CryptoDigestAlgorithm.SHA_256

AbstractHmacAlgorithm()

A cryptographic algorithm class holding a defined HMAC model.