WebIDLpedia

RsaHashedKeyAlgorithm dictionary

Definition

Web Cryptography API Level 2 defines RsaHashedKeyAlgorithm



dictionary RsaHashedKeyAlgorithm : RsaKeyAlgorithm {
  required KeyAlgorithm hash;
};