On this page
HmacKeyAlgorithm
interface HmacKeyAlgorithm extends KeyAlgorithm {
hash: KeyAlgorithm;
length: number;
}
Extends
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/HmacKeyAlgorithm
interface HmacKeyAlgorithm extends KeyAlgorithm {
hash: KeyAlgorithm;
length: number;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/HmacKeyAlgorithm