deno / 1.23.2 / ~ / rsahashedkeyalgorithm.html /

RsaHashedKeyAlgorithm

interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm {
hash : KeyAlgorithm;
}

Extends

Properties

hash : KeyAlgorithm