deno / latest / ~ / rsahashedkeyalgorithm.html

RsaHashedKeyAlgorithm

interface RsaHashedKeyAlgorithm  extends RsaKeyAlgorithm {
    
hash: KeyAlgorithm;
}

Extends

Properties

hash: KeyAlgorithm