HmacKeyAlgorithm

interface HmacKeyAlgorithm extends KeyAlgorithm {
hash: KeyAlgorithm;
length: number;
}

§Extends

§
KeyAlgorithm
[src]

§Properties

§
hash: KeyAlgorithm
[src]
§
length: number
[src]