WebIDLpedia

RsaHashedKeyAlgorithm dictionary

Definition

Web Cryptography API defines RsaHashedKeyAlgorithm



dictionary RsaHashedKeyAlgorithm : RsaKeyAlgorithm {
  required KeyAlgorithm hash;
};