Extends
BaseCryptoClass
Accessors
digestAlgorithm
Set Signature
set digestAlgorithm(algorithm): void
Specify the digest algorithm to use.
Remarks
This parameter is mandatory.Throws
InvalidArgumentError If the algorithm is invalid.Parameters
algorithm
DigestAlgorithm
The digest algorithm to use.
Returns
void
Methods
build()
build():DigestContext
Build a context that can be used for performing digest operations, based on
the configured parameters.
Returns
DigestContext
The built digest context.

