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