ShaAlgorithm
SHA algorithm provider
Implements
Constructors
Constructor
new ShaAlgorithm():
ShaAlgorithm
Returns
ShaAlgorithm
Methods
toAsnAlgorithm()
toAsnAlgorithm(
alg):any
Converts WebCrypto algorithm to ASN.1 algorithm
Parameters
alg
Algorithm
WebCrypto algorithm
Returns
any
ASN.1 algorithm or null
Implementation of
toWebAlgorithm()
toWebAlgorithm(
alg):Algorithm|null
Converts ASN.1 algorithm to WebCrypto algorithm
Parameters
alg
AlgorithmIdentifier
ASN.1 algorithm
Returns
Algorithm | null
WebCrypto algorithm or null