HmacImportParams

interface HmacImportParams extends Algorithm {
hash: HashAlgorithmIdentifier;
length?: number;
}

§Extends

§
Algorithm
[src]

§Properties

§
hash: HashAlgorithmIdentifier
[src]
§
length?: number
[src]