crypto.Sign()
Description
Creates an instance of Sign.
Syntax
new crypto.Sign(algorithm)
Parameters
new crypto.Sign(algorithm)
algorithm
A string containing the name of the digest algorithm.
Return Value
A Sign object using the specified digest algorithm.