W3cubDocs

/Deno

RsaHashedKeyAlgorithm

interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm {
hash: KeyAlgorithm;
}

Extends

Properties